GoogleFirestoreAdminV1Field class

Represents a single field in the database.

Fields are grouped by their "Collection Group", which represent all collections in the database with the same id.

Properties

hashCode int
The hash code for this object.
no setterinherited
indexConfig GoogleFirestoreAdminV1IndexConfig?
The index configuration for this field.
getter/setter pair
name String?
A field name of the form projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path} A field path may be a simple field name, e.g. address or a path to fields within map_value , e.g. address.city, or a special field path.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ttlConfig GoogleFirestoreAdminV1TtlConfig?
The TTL configuration for this Field.
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