CloneContext class
Database instance clone context.
Constructors
- CloneContext({BinLogCoordinates? binLogCoordinates, String? destinationInstanceName, String? kind, String? pitrTimestampMs, String? pointInTime})
- CloneContext.fromJson(Map _json)
Properties
- binLogCoordinates ↔ BinLogCoordinates?
-
Binary log coordinates, if specified, identify the position up to which
the source instance is cloned.
getter/setter pair
- destinationInstanceName ↔ String?
-
Name of the Cloud SQL instance to be created as a clone.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
This is always sql#cloneContext.
getter/setter pair
- pitrTimestampMs ↔ String?
-
Reserved for future use.
getter/setter pair
- pointInTime ↔ String?
-
Timestamp, if specified, identifies the time to which the source instance
is cloned.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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