Class GoogleFirestoreAdminV1LocationMetadata
The metadata message for google.cloud.location.Location.metadata.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class GoogleFirestoreAdminV1LocationMetadata : IDirectResponseSchema
Properties
AvailableStoragePlacements
The storage placements available in the location. When the location represents a Standard Managed Multi-Region (SMMR) like "us", this field lists the available Google-Managed Multi-Regions (GMMRs) within it, such as "nam5" or "eur3".
Declaration
[JsonProperty("availableStoragePlacements")]
public virtual IList<string> AvailableStoragePlacements { 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 |