TableRequest Members

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Provides a set of methods for constructing requests for table operations.

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

Public Methods

 NameDescription
public methodstaticGetServicePropertiesGets the properties of an account’s Table service.
public methodstaticSetServicePropertiesSets the properties of an account’s Table service.
public methodstaticSignRequestSigns a request to the Table service by using the specified credentials.
public methodstaticSignRequestForSharedKeyLiteSigns a request to the Table service by using the specified credentials.
public methodstaticWriteServicePropertiesWrites the Table service properties to an output stream.
Top

See Also