Class CustomMetadataData
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.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class CustomMetadataData : IDirectResponseSchemaProperties
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<InternalResourceMetadata> InternalResourceMetadata { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<InternalResourceMetadata> |