C# Класс Candor.WindowsAzure.StringExtensions

Various common use case extensions to System.String related to special needs in Azure storage keys.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetSimplePartitionKey ( this text ) : string

Create an azure partition key in a lower case format and just alpha numeric with non-repeating dashes.

GetSimplePartitionKey ( this text ) : string

Create a multi-part azure partition key from a series of strings, each becoming a simple key and each separated by a pipe.

GetSimplePartitionNextKey ( this text ) : string

Create an azure partition key in a lower case format and just alpha numeric with non-repeating dashes, incremented by lexical value.

GetSimplePartitionNextKey ( this text ) : string

Create a multi-part azure partition key from a series of strings, each becoming a simple key and each separated by a pipe. Increments the last item in the enumeration by one lexical value.

GetSimpleRowKey ( this text ) : string

Create an azure row key in a lower case format and just alpha numeric with non-repeating dashes.

GetSimpleRowKey ( this text ) : string

Create a multi-part azure row key from a series of strings, each becoming a simple key and each separated by a pipe.

GetSimpleRowNextKey ( this text ) : string

Create an azure row key in a lower case format and just alpha numeric with non-repeating dashes, incremented by lexical value.

GetSimpleRowNextKey ( this text ) : string

Create a multi-part azure row key from a series of strings, each becoming a simple key and each separated by a pipe. Increments the last item in the enumeration by one lexical value.

Описание методов

GetSimplePartitionKey() публичный статический Метод

Create an azure partition key in a lower case format and just alpha numeric with non-repeating dashes.
public static GetSimplePartitionKey ( this text ) : string
text this
Результат string

GetSimplePartitionKey() публичный статический Метод

Create a multi-part azure partition key from a series of strings, each becoming a simple key and each separated by a pipe.
public static GetSimplePartitionKey ( this text ) : string
text this
Результат string

GetSimplePartitionNextKey() публичный статический Метод

Create an azure partition key in a lower case format and just alpha numeric with non-repeating dashes, incremented by lexical value.
public static GetSimplePartitionNextKey ( this text ) : string
text this
Результат string

GetSimplePartitionNextKey() публичный статический Метод

Create a multi-part azure partition key from a series of strings, each becoming a simple key and each separated by a pipe. Increments the last item in the enumeration by one lexical value.
public static GetSimplePartitionNextKey ( this text ) : string
text this
Результат string

GetSimpleRowKey() публичный статический Метод

Create an azure row key in a lower case format and just alpha numeric with non-repeating dashes.
public static GetSimpleRowKey ( this text ) : string
text this
Результат string

GetSimpleRowKey() публичный статический Метод

Create a multi-part azure row key from a series of strings, each becoming a simple key and each separated by a pipe.
public static GetSimpleRowKey ( this text ) : string
text this
Результат string

GetSimpleRowNextKey() публичный статический Метод

Create an azure row key in a lower case format and just alpha numeric with non-repeating dashes, incremented by lexical value.
public static GetSimpleRowNextKey ( this text ) : string
text this
Результат string

GetSimpleRowNextKey() публичный статический Метод

Create a multi-part azure row key from a series of strings, each becoming a simple key and each separated by a pipe. Increments the last item in the enumeration by one lexical value.
public static GetSimpleRowNextKey ( this text ) : string
text this
Результат string