tech.ydb.topic.description.MeteringMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ydb-sdk-topic Show documentation
Show all versions of ydb-sdk-topic Show documentation
Topic client implementation
package tech.ydb.topic.description;
/**
* @author Nikolay Perfilov
*/
public enum MeteringMode {
UNSPECIFIED,
RESERVED_CAPACITY,
REQUEST_UNITS
}