Class StorageDatabasecenterPartnerapiV1mainCustomMetadataData
Any custom metadata associated with the resource. e.g. A spanner instance can have multiple databases with its own unique metadata. Information for these individual databases can be captured in custom metadata data
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.dll
Syntax
public class StorageDatabasecenterPartnerapiV1mainCustomMetadataData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InternalResourceMetadata
Metadata for individual internal resources in an instance. e.g. spanner instance can have multiple databases with unique configuration.
Declaration
[JsonProperty("internalResourceMetadata")]
public virtual IList<StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata> InternalResourceMetadata { get; set; }
Property Value
Type | Description |
---|---|
IList<StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata> |