Show / Hide Table of Contents

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

Inheritance
object
CustomMetadataData
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class CustomMetadataData : 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<InternalResourceMetadata> InternalResourceMetadata { get; set; }
Property Value
Type Description
IList<InternalResourceMetadata>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX