objectMetadata property

String? objectMetadata
getter/setter pair

ObjectMetadata is used to create Object Tables.

Object Tables contain a listing of objects (with their metadata) found at the source_uris. If ObjectMetadata is set, source_format should be omitted. Currently SIMPLE is the only supported Object Metadata type.

Optional. Possible string values are:

  • "OBJECT_METADATA_UNSPECIFIED" : Unspecified by default.
  • "DIRECTORY" : A synonym for SIMPLE.
  • "SIMPLE" : Directory listing of objects.

Implementation

core.String? objectMetadata;