Share via


WindowsAzureTableSink.SortKeysAscending Property

Applies to: Semantic Logging 2.0

Gets or sets a value indicating whether to sort the row keys in ascending order.

Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.WindowsAzure (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.WindowsAzure.dll) Version: 2.0.1406.1

Syntax

public bool SortKeysAscending { get; set; }
'Declaration
Public Property SortKeysAscending As Boolean
    Get
    Set

Property Value

Type: Boolean
The value indicating whether to sort the row keys in ascending order.

See Also

WindowsAzureTableSink Class

WindowsAzureTableSink Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks Namespace