public interface VersionedData
FeatureStore
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
The key for this item, unique within the namespace of each
VersionedDataKind . |
int |
getVersion()
The version number for this item.
|
boolean |
isDeleted()
True if this is a placeholder for a deleted item.
|
java.lang.String getKey()
VersionedDataKind
.int getVersion()
boolean isDeleted()