PartitionKeyDefinition 构造函数
定义
重载
PartitionKeyDefinition() |
Constructor. Creates a new instance of the PartitionKeyDefinition object. |
PartitionKeyDefinition(JSONObject jsonObject) |
Constructor. Creates a new instance of the PartitionKeyDefinition object from a JSON object.
|
PartitionKeyDefinition(String jsonString) |
Constructor. Creates a new instance of the PartitionKeyDefinition object from a JSON string.
|
PartitionKeyDefinition()
Constructor. Creates a new instance of the PartitionKeyDefinition object.
public PartitionKeyDefinition()
PartitionKeyDefinition(JSONObject jsonObject)
Constructor. Creates a new instance of the PartitionKeyDefinition object from a JSON object.
public PartitionKeyDefinition(JSONObject jsonObject)
参数
- jsonObject
- JSONObject
the JSON object that represents the partition key definition.
PartitionKeyDefinition(String jsonString)
Constructor. Creates a new instance of the PartitionKeyDefinition object from a JSON string.
public PartitionKeyDefinition(String jsonString)
参数
- jsonString
- String
the JSON string that represents the partition key definition.