Class GoogleDatastoreAdminV1Index
Datastore composite index definition.
Implements
Inherited Members
Namespace: Google.Apis.Datastore.v1.Data
Assembly: Google.Apis.Datastore.v1.dll
Syntax
public class GoogleDatastoreAdminV1Index : IDirectResponseSchema
Properties
Ancestor
Required. The index's ancestor mode. Must not be ANCESTOR_MODE_UNSPECIFIED.
Declaration
[JsonProperty("ancestor")]
public virtual string Ancestor { 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 |
IndexId
Output only. The resource ID of the index.
Declaration
[JsonProperty("indexId")]
public virtual string IndexId { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Required. The entity kind to which this index applies.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
Output only. Project ID.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
Properties
Required. An ordered sequence of property names and their index attributes. Requires: * A maximum of 100 properties.
Declaration
[JsonProperty("properties")]
public virtual IList<GoogleDatastoreAdminV1IndexedProperty> Properties { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleDatastoreAdminV1IndexedProperty> |
State
Output only. The state of the index.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |