Class TableRequestOptions
- Namespace
- Microsoft.Azure.Cosmos.Table
- Assembly
- Microsoft.Azure.Cosmos.Table.dll
public sealed class TableRequestOptions
- Inheritance
-
TableRequestOptions
- Inherited Members
-
Constructors
TableRequestOptions()
public TableRequestOptions()
TableRequestOptions(TableRequestOptions)
public TableRequestOptions(TableRequestOptions other)
Parameters
other
TableRequestOptions
Fields
MaxMaximumExecutionTime
public static readonly TimeSpan MaxMaximumExecutionTime
Field Value
- TimeSpan
Properties
ConsistencyLevel
public ConsistencyLevel? ConsistencyLevel { get; set; }
Property Value
- ConsistencyLevel?
LocationMode
public LocationMode? LocationMode { get; set; }
Property Value
- LocationMode?
MaximumExecutionTime
public TimeSpan? MaximumExecutionTime { get; set; }
Property Value
- TimeSpan?
public TablePayloadFormat? PayloadFormat { get; set; }
Property Value
- TablePayloadFormat?
ProjectSystemProperties
public bool? ProjectSystemProperties { get; set; }
Property Value
- bool?
PropertyResolver
public Func<string, string, string, string, EdmType> PropertyResolver { get; set; }
Property Value
- Func<string, string, string, string, EdmType>
RetryPolicy
public IRetryPolicy RetryPolicy { get; set; }
Property Value
- IRetryPolicy
ServerTimeout
public TimeSpan? ServerTimeout { get; set; }
Property Value
- TimeSpan?
SessionToken
public string SessionToken { get; set; }
Property Value
- string
TableQueryContinuationTokenLimitInKb
public int? TableQueryContinuationTokenLimitInKb { get; set; }
Property Value
- int?
TableQueryEnableScan
public bool? TableQueryEnableScan { get; set; }
Property Value
- bool?
TableQueryMaxDegreeOfParallelism
public int? TableQueryMaxDegreeOfParallelism { get; set; }
Property Value
- int?
TableQueryMaxItemCount
public int? TableQueryMaxItemCount { get; set; }
Property Value
- int?