Resource: MetadataStore
Instance of a metadata store. Contains a set of metadata that can be queried.
name
string
Output only. The resource name of the MetadataStore instance.
createTime
string (Timestamp
format)
Output only. timestamp when this MetadataStore was created.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
updateTime
string (Timestamp
format)
Output only. timestamp when this MetadataStore was last updated.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
encryptionSpec
object (EncryptionSpec
)
Customer-managed encryption key spec for a metadata Store. If set, this metadata Store and all sub-resources of this metadata Store are secured using this key.
description
string
description of the MetadataStore.
state
object (MetadataStoreState
)
Output only. state information of the MetadataStore.
dataplexConfig
object (DataplexConfig
)
Optional. Dataplex integration settings.
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "encryptionSpec": { object ( |
MetadataStoreState
Represents state information for a MetadataStore.
diskUtilizationBytes
string (int64 format)
The disk utilization of the MetadataStore in bytes.
JSON representation |
---|
{ "diskUtilizationBytes": string } |
DataplexConfig
Represents Dataplex integration settings.
enabledPipelinesLineage
boolean
Optional. Whether or not data Lineage synchronization is enabled for Vertex Pipelines.
JSON representation |
---|
{ "enabledPipelinesLineage": boolean } |