Interface DeleteFeatureValuesResponse.SelectTimeRangeAndFeatureOrBuilder (3.42.0)

public static interface DeleteFeatureValuesResponse.SelectTimeRangeAndFeatureOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getImpactedFeatureCount()

public abstract long getImpactedFeatureCount()

The count of the features or columns impacted. This is the same as the feature count in the request.

int64 impacted_feature_count = 1;

Returns
TypeDescription
long

The impactedFeatureCount.

getOfflineStorageModifiedEntityRowCount()

public abstract long getOfflineStorageModifiedEntityRowCount()

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.

int64 offline_storage_modified_entity_row_count = 2;

Returns
TypeDescription
long

The offlineStorageModifiedEntityRowCount.

getOnlineStorageModifiedEntityCount()

public abstract long getOnlineStorageModifiedEntityCount()

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.

int64 online_storage_modified_entity_count = 3;

Returns
TypeDescription
long

The onlineStorageModifiedEntityCount.