DeleteFeatureValuesResponse_SelectEntity class final
Response message if the request uses the SelectEntity option.
- Inheritance
-
- Object
- ProtoMessage
- DeleteFeatureValuesResponse_SelectEntity
Constructors
- DeleteFeatureValuesResponse_SelectEntity({int offlineStorageDeletedEntityRowCount = 0, int onlineStorageDeletedEntityCount = 0})
-
DeleteFeatureValuesResponse_SelectEntity.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- offlineStorageDeletedEntityRowCount → int
-
The count of deleted entity rows in the offline storage.
Each row corresponds to the combination of an entity ID and a timestamp.
One entity ID can have multiple rows in the offline storage.
final
- onlineStorageDeletedEntityCount → int
-
The count of deleted entities in the online storage.
Each entity ID corresponds to one entity.
final
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - 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(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String