CloudQueue.Name Property
Gets the queue name.
Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
CloudQueue Members
Microsoft.WindowsAzure.StorageClient Namespace
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
A queue name must conform to the following constraints:
-
It must only contain lowercase letters, numbers, and hyphens.
-
It must be between 3 and 63 characters long.
-
It must begin and end with a lowercase letter or number.
-
It may not contain contiguous hyphens ("--").
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows Vista, Windows 7 and Windows Server 2008Target Platforms
Reference
CloudQueue ClassCloudQueue Members
Microsoft.WindowsAzure.StorageClient Namespace
Other Resources
Naming Queues and Metadata