C# 클래스 Candor.WindowsAzure.StringExtensions

Various common use case extensions to System.String related to special needs in Azure storage keys.
파일 보기 프로젝트 열기: michael-lang/candor-common

공개 메소드들

메소드 설명
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