PartitionKeyBuilder class
Builder class for building PartitionKey.
Properties
values |
Methods
add |
|
add |
|
add |
|
build() |
Property Details
values
Method Details
addNoneValue()
addNullValue()
addValue(string | number | boolean)
function addValue(value: string | number | boolean): PartitionKeyBuilder
Parameters
- value
-
string | number | boolean