DeleteFeatureValuesResponse_SelectTimeRangeAndFeature class final

Response message if the request uses the SelectTimeRangeAndFeature option.

Inheritance
  • Object
  • ProtoMessage
  • DeleteFeatureValuesResponse_SelectTimeRangeAndFeature

Constructors

DeleteFeatureValuesResponse_SelectTimeRangeAndFeature({int impactedFeatureCount = 0, int offlineStorageModifiedEntityRowCount = 0, int onlineStorageModifiedEntityCount = 0})
DeleteFeatureValuesResponse_SelectTimeRangeAndFeature.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
impactedFeatureCount int
The count of the features or columns impacted. This is the same as the feature count in the request.
final
offlineStorageModifiedEntityRowCount int
The count of modified 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. Within each row, only the features specified in the request are deleted.
final
onlineStorageModifiedEntityCount int
The count of modified entities in the online storage. Each entity ID corresponds to one entity. Within each entity, only the features specified in the request are deleted.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.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