Property PartialPrimaryKey
PartialPrimaryKey
Gets the value of partial primary key for DeleteRange operation.
Declaration
public object PartialPrimaryKey { get; }
Property Value
| Type | Description |
|---|---|
| Object |
Partial primary key as object. Currently, its runtime type
would only be MapValue or its subclasses.
|