TableServiceContext 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.]

Represents a DataServiceContext object for use with the Windows Azure Table service.

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

Public Constructors

 NameDescription
TableServiceContextInitializes a new instance of the TableServiceContext class.
Top

Public Properties

 NameDescription
public propertyApplyingChanges  (Inherited from DataServiceContext)
public propertyBaseUri  (Inherited from DataServiceContext)
public propertyCredentials  (Inherited from DataServiceContext)
public propertyDataNamespace  (Inherited from DataServiceContext)
public propertyEntities  (Inherited from DataServiceContext)
public propertyIgnoreMissingProperties  (Inherited from DataServiceContext)
public propertyIgnoreResourceNotFoundException  (Inherited from DataServiceContext)
public propertyLinks  (Inherited from DataServiceContext)
public propertyMergeOption  (Inherited from DataServiceContext)
public propertyResolveName  (Inherited from DataServiceContext)
public propertyResolveType  (Inherited from DataServiceContext)
public propertyRetryPolicyGets or sets the retry policy for requests made via the service context.
public propertySaveChangesDefaultOptions  (Inherited from DataServiceContext)
public propertyStorageCredentialsGets the storage account credentials used by this TableServiceContext object.
public propertyTimeout  (Inherited from DataServiceContext)
public propertyTypeScheme  (Inherited from DataServiceContext)
public propertyUsePostTunneling  (Inherited from DataServiceContext)
Top

Public Methods (see also Protected Methods)

 NameDescription
public methodAddLink  (Inherited from DataServiceContext)
public methodAddObject  (Inherited from DataServiceContext)
public methodAddRelatedObject  (Inherited from DataServiceContext)
public methodAttachLink  (Inherited from DataServiceContext)
public methodAttachTo  (Inherited from DataServiceContext)
public methodAttachTo  (Inherited from DataServiceContext)
public methodBeginExecute  (Inherited from DataServiceContext)
public methodBeginExecute  (Inherited from DataServiceContext)
public methodBeginExecuteBatch  (Inherited from DataServiceContext)
public methodBeginGetReadStream  (Inherited from DataServiceContext)
public methodBeginLoadProperty  (Inherited from DataServiceContext)
public methodBeginLoadProperty  (Inherited from DataServiceContext)
public methodBeginLoadProperty  (Inherited from DataServiceContext)
public methodBeginSaveChanges  (Inherited from DataServiceContext)
public methodBeginSaveChanges  (Inherited from DataServiceContext)
public methodBeginSaveChangesWithRetriesOverloaded.  
public methodCancelRequest  (Inherited from DataServiceContext)
public methodCreateQuery  (Inherited from DataServiceContext)
public methodDeleteLink  (Inherited from DataServiceContext)
public methodDeleteObject  (Inherited from DataServiceContext)
public methodDetach  (Inherited from DataServiceContext)
public methodDetachLink  (Inherited from DataServiceContext)
public methodEndExecute  (Inherited from DataServiceContext)
public methodEndExecuteBatch  (Inherited from DataServiceContext)
public methodEndGetReadStream  (Inherited from DataServiceContext)
public methodEndLoadProperty  (Inherited from DataServiceContext)
public methodEndSaveChanges  (Inherited from DataServiceContext)
public methodEndSaveChangesWithRetriesEnds an asynchronous operation to save changes to the Table service, using the retry policy specified for the TableServiceContext object.
public methodEquals  (Inherited from Object)
public methodExecute  (Inherited from DataServiceContext)
public methodExecute  (Inherited from DataServiceContext)
public methodExecuteBatch  (Inherited from DataServiceContext)
public methodGetEntityDescriptor  (Inherited from DataServiceContext)
public methodGetHashCode  (Inherited from Object)
public methodGetLinkDescriptor  (Inherited from DataServiceContext)
public methodGetMetadataUri  (Inherited from DataServiceContext)
public methodGetReadStream  (Inherited from DataServiceContext)
public methodGetReadStream  (Inherited from DataServiceContext)
public methodGetReadStream  (Inherited from DataServiceContext)
public methodGetReadStreamUri  (Inherited from DataServiceContext)
public methodGetType  (Inherited from Object)
public methodLoadProperty  (Inherited from DataServiceContext)
public methodLoadProperty  (Inherited from DataServiceContext)
public methodLoadProperty  (Inherited from DataServiceContext)
public methodLoadProperty  (Inherited from DataServiceContext)
public methodSaveChanges  (Inherited from DataServiceContext)
public methodSaveChanges  (Inherited from DataServiceContext)
public methodSaveChangesWithRetriesOverloaded.  
public methodSetLink  (Inherited from DataServiceContext)
public methodSetSaveStream  (Inherited from DataServiceContext)
public methodSetSaveStream  (Inherited from DataServiceContext)
public methodToString  (Inherited from Object)
public methodTryGetEntity  (Inherited from DataServiceContext)
public methodTryGetUri  (Inherited from DataServiceContext)
public methodUpdateObject  (Inherited from DataServiceContext)
Top

Protected Methods

 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
Top

Public Events

 NameDescription
public eventReadingEntity  (Inherited from DataServiceContext)
public eventSendingRequest  (Inherited from DataServiceContext)
public eventWritingEntity  (Inherited from DataServiceContext)
Top

See Also