Method | Description | |
---|---|---|
ConvertBlobNameToFileName ( string blobName, DateTimeOffset snapshotTime ) : string |
convert blob name into valid file name
|
|
GetNonWildcardPrefix ( string pattern ) : string |
Get the prefix that don't contain wildcard
|
|
IsValidBlobName ( string blobName ) : bool |
Is valid blob name http://msdn.microsoft.com/en-us/library/windowsazure/dd135715.aspx
|
|
IsValidBlobPrefix ( string blobPrefix ) : bool |
Is valid blob prefix http://msdn.microsoft.com/en-us/library/windowsazure/dd135715.aspx
|
|
IsValidContainerName ( string containerName ) : bool |
Is valid container name http://msdn.microsoft.com/en-us/library/windowsazure/dd135715.aspx
|
|
IsValidContainerPrefix ( string containerPrefix ) : bool |
Is valid container prefix or not
|
|
IsValidFileName ( string fileName ) : bool |
Is valid file name in local machine
|
|
IsValidQueueName ( string queueName ) : bool |
Is valid queue name http://msdn.microsoft.com/en-us/library/windowsazure/dd179349.aspx
|
|
IsValidQueuePrefix ( string queuePrefix ) : bool |
Is valid queue prefix
|
|
IsValidStoredAccessPolicyName ( string policyName ) : bool | ||
IsValidTableName ( string tableName ) : bool |
Is valid table name http://msdn.microsoft.com/en-us/library/windowsazure/dd179338.aspx
|
|
IsValidTablePrefix ( string tablePrefix ) : bool |
Is valid table prefix
|
|
ResolveBlobName ( string blobName ) : string | ||
ValidateBlobName ( string name ) : void |
Check whether the blob name is valid. If not throw an exception
|
|
ValidateContainerName ( string name ) : void |
Check whether the container name is valid. If not throw an exception
|
public static ConvertBlobNameToFileName ( string blobName, DateTimeOffset snapshotTime ) : string | ||
blobName | string | blob name |
snapshotTime | DateTimeOffset | |
return | string |
public static GetNonWildcardPrefix ( string pattern ) : string | ||
pattern | string | Wildcard pattern |
return | string |
public static IsValidBlobName ( string blobName ) : bool | ||
blobName | string | Blob name |
return | bool |
public static IsValidBlobPrefix ( string blobPrefix ) : bool | ||
blobPrefix | string | |
return | bool |
public static IsValidContainerName ( string containerName ) : bool | ||
containerName | string | Container name |
return | bool |
public static IsValidContainerPrefix ( string containerPrefix ) : bool | ||
containerPrefix | string | Container prefix |
return | bool |
public static IsValidFileName ( string fileName ) : bool | ||
fileName | string | FileName |
return | bool |
public static IsValidQueueName ( string queueName ) : bool | ||
queueName | string | Queue name |
return | bool |
public static IsValidQueuePrefix ( string queuePrefix ) : bool | ||
queuePrefix | string | Queue prefix |
return | bool |
public static IsValidStoredAccessPolicyName ( string policyName ) : bool | ||
policyName | string | |
return | bool |
public static IsValidTableName ( string tableName ) : bool | ||
tableName | string | Table name |
return | bool |
public static IsValidTablePrefix ( string tablePrefix ) : bool | ||
tablePrefix | string | Table prefix |
return | bool |
public static ResolveBlobName ( string blobName ) : string | ||
blobName | string | |
return | string |
public static ValidateBlobName ( string name ) : void | ||
name | string | Blob name |
return | void |
public static ValidateContainerName ( string name ) : void | ||
name | string | Container name |
return | void |