NameValidator Members

Windows Runtime Azure Storage Client Library

Provides helpers to validate resource names across the Microsoft Azure Storage Services.

The following tables list the members exposed by the NameValidator type.

Public Methods

  Name Description
public method static ValidateBlobName Checks if a blob name is valid.
public method static ValidateContainerName Checks if a container name is valid.
public method static ValidateDirectoryName Checks if a directory name is valid.
public method static ValidateFileName Checks if a file name is valid.
public method static ValidateQueueName Checks if a queue name is valid.
public method static ValidateShareName Checks if a share name is valid.
public method static ValidateTableName Checks if a table name is valid.
Top

See Also