@Deprecated public interface PartitionResolver
| Modifier and Type | Method and Description |
|---|---|
String |
resolveForCreate(Object document)
Deprecated.
Gets the collection Self Link or ID based link on which create operation should be directed
|
Iterable<String> |
resolveForRead(Object partitionKey)
Deprecated.
Gets an iterator of strings representing SelfLink(s) or ID based link(s) on which read/query operation should be directed
|
String resolveForCreate(Object document)
document - the document object to be createdIterable<String> resolveForRead(Object partitionKey)
partitionKey - partition key used to resolve the collectionCopyright © 2018. All rights reserved.