public class PartitionKey extends Object
| Modifier and Type | Field and Description |
|---|---|
static PartitionKey |
NONE |
| Constructor and Description |
|---|
PartitionKey(Object key)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Overrides the Equal operator for object comparisons between two instances of
PartitionKey |
int |
hashCode() |
String |
toString()
Serialize the PartitionKey object to a JSON string.
|
public static final PartitionKey NONE
public PartitionKey(Object key)
key - the value of the partition key.public String toString()
public boolean equals(Object other)
PartitionKeyCopyright © 2020 Microsoft Corporation. All rights reserved.