Class SelectEntity (1.24.1)

SelectEntity(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message if the request uses the SelectEntity option.

Attributes

NameDescription
offline_storage_deleted_entity_row_count 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.
online_storage_deleted_entity_count int
The count of deleted entities in the online storage. Each entity ID corresponds to one entity.

Inheritance

builtins.object > proto.message.Message > SelectEntity