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 (local identifier required).
Declaration
public bool? IsolationMode { get; set; }
LocalIdentifier
Local identifier.
Declaration
public string LocalIdentifier { 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; }