public interface OperationWithBucketIdOptions<T extends OperationWithBucketIdOptions<T>> extends Options, Self<T>
Modifier and Type | Method and Description |
---|---|
default Optional<Integer> |
getBucketId()
Return bucket id that is used by operation to find storage location.
|
default T |
withBucketId(Integer bucketId)
Specifies bucket id for an operation to perform it on storage with this bucket.
|
default T withBucketId(Integer bucketId)
vshard.router.bucket_count
API method can be used.Copyright © 2025 Picodata. All rights reserved.