Skip to main content

Class StateGetOptions

Parameter group.

Assembly: Taskurai.dll​
Declaration
public class StateGetOptions

Properties​

PartitionKey​

State entry partition key (default to id).

Declaration
public string PartitionKey { get; set; }

IsolationMode​

Get state in isolation mode (isolation key required).

Declaration
public bool? IsolationMode { get; set; }

IsolationKey​

Isolation key.

Declaration
public string IsolationKey { get; set; }

ConcurrencyMode​

Concurrency mode.

Declaration
public StateConcurrencyMode? ConcurrencyMode { get; set; }

ConsistencyLevel​

Consistency level.

Declaration
public StateConsistencyLevel? ConsistencyLevel { get; set; }

IncludeValueBlob​

Include value blob if any in the response.

Declaration
public bool? IncludeValueBlob { get; set; }

IncludeBlobSasUri​

Include blob SAS Uri if any in the response.

Declaration
public bool? IncludeBlobSasUri { get; set; }

BlobSasExpiryHours​

Blob SAS Uri expiry in hours.

Declaration
public int? BlobSasExpiryHours { get; set; }

BlobSasAsAttachment​

Set download attachment headers in SAS Uri.

Declaration
public bool? BlobSasAsAttachment { get; set; }