GoogleDatastoreAdminV1Index class

Datastore composite index definition.

Constructors

GoogleDatastoreAdminV1Index({String? ancestor, String? indexId, String? kind, String? projectId, List<GoogleDatastoreAdminV1IndexedProperty>? properties, String? state})
GoogleDatastoreAdminV1Index.fromJson(Map json_)

Properties

ancestor String?
The index's ancestor mode.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
indexId String?
The resource ID of the index.
getter/setter pair
kind String?
The entity kind to which this index applies.
getter/setter pair
projectId String?
Project ID.
getter/setter pair
properties List<GoogleDatastoreAdminV1IndexedProperty>?
An ordered sequence of property names and their index attributes.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state of the index.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited