Class GoogleFirestoreAdminV1beta1Index
An index definition.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1beta1.Data
Assembly: Google.Apis.Firestore.v1beta1.dll
Syntax
public class GoogleFirestoreAdminV1beta1Index : IDirectResponseSchema
Properties
CollectionId
The collection ID to which this index applies. Required.
Declaration
[JsonProperty("collectionId")]
public virtual string CollectionId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Fields
The fields to index.
Declaration
[JsonProperty("fields")]
public virtual IList<GoogleFirestoreAdminV1beta1IndexField> Fields { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleFirestoreAdminV1beta1IndexField> |
Name
The resource name of the index. Output only.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
State
The state of the index. Output only.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |