Describes the format of the data within its storage location.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#compression_format
def compression_format() -> ::Google::Cloud::Dataplex::V1::StorageFormat::CompressionFormat
Returns
- (::Google::Cloud::Dataplex::V1::StorageFormat::CompressionFormat) — Optional. The compression type associated with the stored data. If unspecified, the data is uncompressed.
#compression_format=
def compression_format=(value) -> ::Google::Cloud::Dataplex::V1::StorageFormat::CompressionFormat
Parameter
- value (::Google::Cloud::Dataplex::V1::StorageFormat::CompressionFormat) — Optional. The compression type associated with the stored data. If unspecified, the data is uncompressed.
Returns
- (::Google::Cloud::Dataplex::V1::StorageFormat::CompressionFormat) — Optional. The compression type associated with the stored data. If unspecified, the data is uncompressed.
#csv
def csv() -> ::Google::Cloud::Dataplex::V1::StorageFormat::CsvOptions
Returns
- (::Google::Cloud::Dataplex::V1::StorageFormat::CsvOptions) — Optional. Additional information about CSV formatted data.
#csv=
def csv=(value) -> ::Google::Cloud::Dataplex::V1::StorageFormat::CsvOptions
Parameter
- value (::Google::Cloud::Dataplex::V1::StorageFormat::CsvOptions) — Optional. Additional information about CSV formatted data.
Returns
- (::Google::Cloud::Dataplex::V1::StorageFormat::CsvOptions) — Optional. Additional information about CSV formatted data.
#format
def format() -> ::Google::Cloud::Dataplex::V1::StorageFormat::Format
Returns
- (::Google::Cloud::Dataplex::V1::StorageFormat::Format) — Output only. The data format associated with the stored data, which represents content type values.
#json
def json() -> ::Google::Cloud::Dataplex::V1::StorageFormat::JsonOptions
Returns
- (::Google::Cloud::Dataplex::V1::StorageFormat::JsonOptions) — Optional. Additional information about CSV formatted data.
#json=
def json=(value) -> ::Google::Cloud::Dataplex::V1::StorageFormat::JsonOptions
Parameter
- value (::Google::Cloud::Dataplex::V1::StorageFormat::JsonOptions) — Optional. Additional information about CSV formatted data.
Returns
- (::Google::Cloud::Dataplex::V1::StorageFormat::JsonOptions) — Optional. Additional information about CSV formatted data.
#mime_type
def mime_type() -> ::String
Returns
-
(::String) — Required. The mime type descriptor for the data. This field is valid for formats
other than
UNKNOWN
andMIXED
.
#mime_type=
def mime_type=(value) -> ::String
Parameter
-
value (::String) — Required. The mime type descriptor for the data. This field is valid for formats
other than
UNKNOWN
andMIXED
.
Returns
-
(::String) — Required. The mime type descriptor for the data. This field is valid for formats
other than
UNKNOWN
andMIXED
.