public class DocumentAnalyzer extends Object
| Constructor and Description |
|---|
DocumentAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
static com.microsoft.azure.documentdb.internal.routing.PartitionKeyInternal |
extractPartitionKeyValue(String documentAsString,
com.microsoft.azure.documentdb.PartitionKeyDefinition partitionKeyDefinition)
Extracts effective
PartitionKeyInternal from serialized document. |
static com.microsoft.azure.documentdb.internal.routing.PartitionKeyInternal |
fromPartitionKeyvalue(Object partitionKeyValue) |
public static com.microsoft.azure.documentdb.internal.routing.PartitionKeyInternal extractPartitionKeyValue(String documentAsString, com.microsoft.azure.documentdb.PartitionKeyDefinition partitionKeyDefinition)
PartitionKeyInternal from serialized document.documentAsString - Serialized document to extract partition key value from.partitionKeyDefinition - Information about partition key.public static com.microsoft.azure.documentdb.internal.routing.PartitionKeyInternal fromPartitionKeyvalue(Object partitionKeyValue)
Copyright © 2021. All rights reserved.