Package version:

Interface ReadOperationInput

interface ReadOperationInput {
    id: string;
    operationType: "Read";
    partitionKey?: PartitionKey;
}

Properties

id: string
operationType
partitionKey?: PartitionKey