Show / Hide Table of Contents

Class GoogleFirestoreAdminV1beta1Index

An index definition.

Inheritance
object
GoogleFirestoreAdminV1beta1Index
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.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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX