Class ItemActionOption

Inheritance
ItemActionOption
Namespace: ETLBox.Azure.CosmosDb
Assembly: ETLBox.Azure.CosmosDb.dll
Syntax
    public class ItemActionOption

Properties

Id

Declaration
    public string Id { get; set; }
Property Value
TypeDescription
string

ItemAction

Declaration
    public ItemAction ItemAction { get; set; }
Property Value
TypeDescription
ItemAction

PartitionKey

Declaration
    public PartitionKey? PartitionKey { get; set; }
Property Value
TypeDescription
PartitionKey?

RequestOptions

Declaration
    public ItemRequestOptions RequestOptions { get; set; }
Property Value
TypeDescription
ItemRequestOptions

TransactionalBatchRequestOptions

Declaration
    public TransactionalBatchItemRequestOptions TransactionalBatchRequestOptions { get; set; }
Property Value
TypeDescription
TransactionalBatchItemRequestOptions