| Constructor and Description |
|---|
Tags() |
| Modifier and Type | Method and Description |
|---|---|
void |
create(String tag,
long version)
Create a new tag for this dataset.
|
void |
delete(String tag)
Delete a tag from this dataset.
|
long |
getVersion(String tag)
Get the version of a tag in the dataset.
|
List<Tag> |
list()
List all tags of the dataset.
|
void |
update(String tag,
long version)
Update a tag to a new version for the dataset.
|
public void create(String tag, long version)
tag - the tag nameversion - the version to tagpublic void delete(String tag)
tag - the tag namepublic void update(String tag, long version)
tag - the tag nameversion - the version to tagpublic long getVersion(String tag)
tag - the tag nameCopyright © 2025. All rights reserved.