InstancePartition class
An isolated set of Cloud Spanner resources that databases can define placements on.
Constructors
Properties
- config ↔ String?
-
The name of the instance partition's configuration.
getter/setter pair
- createTime ↔ String?
-
The time at which the instance partition was created.
getter/setter pair
- displayName ↔ String?
-
The descriptive name for this instance partition as it appears in UIs.
getter/setter pair
- etag ↔ String?
-
Used for optimistic concurrency control as a way to help prevent
simultaneous updates of a instance partition from overwriting each other.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
A unique identifier for the instance partition.
getter/setter pair
- nodeCount ↔ int?
-
The number of nodes allocated to this instance partition.
getter/setter pair
- processingUnits ↔ int?
-
The number of processing units allocated to this instance partition.
getter/setter pair
-
referencingBackups
↔ List<
String> ? -
The names of the backups that reference this instance partition.
getter/setter pair
-
referencingDatabases
↔ List<
String> ? -
The names of the databases that reference this instance partition.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The current instance partition state.
getter/setter pair
- updateTime ↔ String?
-
The time at which the instance partition was most recently updated.
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