Method | Description | |
---|---|---|
GetSimplePartitionKey ( this text ) : string |
Create an azure partition key in a lower case format and just alpha numeric with non-repeating dashes.
|
|
GetSimplePartitionKey ( this |
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 |
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 |
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 |
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 GetSimplePartitionKey ( this text ) : string | ||
text | this | |
return | string |
public static GetSimplePartitionKey ( this |
||
text | this |
|
return | string |
public static GetSimplePartitionNextKey ( this text ) : string | ||
text | this | |
return | string |
public static GetSimplePartitionNextKey ( this |
||
text | this |
|
return | string |
public static GetSimpleRowKey ( this text ) : string | ||
text | this | |
return | string |
public static GetSimpleRowKey ( this |
||
text | this |
|
return | string |
public static GetSimpleRowNextKey ( this text ) : string | ||
text | this | |
return | string |
public static GetSimpleRowNextKey ( this |
||
text | this |
|
return | string |