partitionKeys property

List<String>? partitionKeys
final

The partition key value for the requested document or attachment operation. Required for operations against documents and attachments when the collection definition includes a partition key definition. This value is used to scope your query to documents that match the partition key criteria. By design it's a single partition query. Currently, the SQL API supports a single partition key, so this is an array containing just one value.

Implementation

final List<String>? partitionKeys;