Class SpannerLocation
Implements
Inherited Members
Namespace: Google.Apis.CloudMemorystoreforMemcached.v1beta2.Data
Assembly: Google.Apis.CloudMemorystoreforMemcached.v1beta2.dll
Syntax
public class SpannerLocation : IDirectResponseSchema
Properties
BackupName
Set of backups used by the resource with name in the same format as what is available at http://table/spanner_automon.backup_metadata
Declaration
[JsonProperty("backupName")]
public virtual IList<string> BackupName { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
DbName
Set of databases used by the resource in format /span//
Declaration
[JsonProperty("dbName")]
public virtual IList<string> DbName { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |