Reference documentation and code samples for the Google Cloud Dataplex V1 Client class JsonOptions.
Describes JSON data format.
Generated from protobuf message google.cloud.dataplex.v1.DataDiscoverySpec.StorageConfig.JsonOptions
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataDiscoverySpec \ StorageConfigMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ encoding |
string
Optional. The character encoding of the data. The default is UTF-8. |
↳ type_inference_disabled |
bool
Optional. Whether to disable the inference of data types for JSON data. If true, all columns are registered as their primitive types (strings, number, or boolean). |
getEncoding
Optional. The character encoding of the data. The default is UTF-8.
Returns | |
---|---|
Type | Description |
string |
setEncoding
Optional. The character encoding of the data. The default is UTF-8.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTypeInferenceDisabled
Optional. Whether to disable the inference of data types for JSON data.
If true, all columns are registered as their primitive types (strings, number, or boolean).
Returns | |
---|---|
Type | Description |
bool |
setTypeInferenceDisabled
Optional. Whether to disable the inference of data types for JSON data.
If true, all columns are registered as their primitive types (strings, number, or boolean).
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |