PartitionKey class

Class representing a partition key.

Constructors

PartitionKey(dynamic value)
Partition key with a single property (Hash).
PartitionKey.hierarchical(List values)
Creates a partition key for multiple keys (MultiHash).

Properties

hashCode int
The hash code for this object.
no setteroverride
The HTTP header representing the target partition.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override

Constants

all → const PartitionKey
Used for cross-partition queries.