Interface DeleteFeatureValuesResponse.SelectEntityOrBuilder (3.42.0)

public static interface DeleteFeatureValuesResponse.SelectEntityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOfflineStorageDeletedEntityRowCount()

public abstract long getOfflineStorageDeletedEntityRowCount()

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.

int64 offline_storage_deleted_entity_row_count = 1;

Returns
TypeDescription
long

The offlineStorageDeletedEntityRowCount.

getOnlineStorageDeletedEntityCount()

public abstract long getOnlineStorageDeletedEntityCount()

The count of deleted entities in the online storage. Each entity ID corresponds to one entity.

int64 online_storage_deleted_entity_count = 2;

Returns
TypeDescription
long

The onlineStorageDeletedEntityCount.