@Beta(value=V4_9_0, warningText="Preview API - subject to change in non-backwards compatible way") public interface FeedRange
Modifier and Type | Method and Description |
---|---|
static FeedRange |
forFullRange()
Creates a range for an entire container
|
static FeedRange |
forLogicalPartition(PartitionKey partitionKey)
Creates a range for a certain logical partition
|
static FeedRange |
fromString(String json)
Creates a range from a previously obtained string representation.
|
String |
toString()
Gets a json representation of the feed range - the returned json string can be used
to create a new feed range instance from it - (use factory method fromJsonString to do so)
|
@Beta(value=V4_9_0, warningText="Preview API - subject to change in non-backwards compatible way") static FeedRange fromString(String json)
json
- A string representation of a feed range@Beta(value=V4_9_0, warningText="Preview API - subject to change in non-backwards compatible way") String toString()
@Beta(value=V4_12_0, warningText="Preview API - subject to change in non-backwards compatible way") static FeedRange forLogicalPartition(PartitionKey partitionKey)
partitionKey
- the logical partition key value@Beta(value=V4_12_0, warningText="Preview API - subject to change in non-backwards compatible way") static FeedRange forFullRange()
Copyright © 2021 Microsoft Corporation. All rights reserved.