Data.Cloud.AzureAPI.TAzureBlobService Methods
InheritedProtected
| AcquireBlobLease | public | Attempts to acquire a lease on the specified blob. |
| AcquireContainerLease | public | Attempts to acquire a lease (lock for delete operations) on the specified container for the specified amount of time. |
| AddHeaders | protected | Helper method to add the given pair to the header of the request. |
| AfterConstruction | public | Responds after the last constructor has executed. |
| AppendBlock | public | Appends an array of bytes to the end of an existing append blob, and returns True on success or False otherwise. |
| BeforeDestruction | public | Responds before the first destructor executes. |
| BreakBlobLease | public | Breaks a previously acquired lease, without specifying the LeaseId. |
| BreakContainerLease | public | Ends the current lease (lock for delete operations) on the specified container and ensures that no other client can acquire a new lease until the period of the current lease has expired. |
| BuildQueryParameterString | protected | Builds a string representation of the given query parameters and the given prefix. |
| BuildStringToSign | protected | Builds and encodes a string value based on the given information. |
| BuildStringToSignHeaders | protected | Builds the header part of the StringToSign value. |
| BuildStringToSignPrefix | protected | Builds the first part of the StringToSign, including the HTTP Verb. |
| BuildStringToSignResourcePath | protected | Takes in a URL and optionally uses it to parse the HTTPRequestURI. |
| BuildStringToSignResources | protected | Optionally builds the CanonicalizedQueryString. |
| ChangeBlobLease | public | Attempts to change the identifier of a lease (lock for write and delete operations) on the specified blob of the specified container. |
| ChangeContainerLease | public | Attempts to change the identifier of a lease (lock for delete operations) on the specified container. |
| CheckDisposed | protected | |
| ClassInfo | public | Returns a pointer to the run-time type information (RTTI) table for the object type. |
| ClassName | public | Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). |
| ClassNameIs | public | Determines whether an object is of a specific type. |
| ClassParent | public | Returns the type of the immediate ancestor of a class. |
| ClassType | public | Returns the class reference for the object's class. |
| CleanupInstance | public | Performs finalization on long strings, variants, and interface variables within a class. |
| ClearPage | public | Clears the specified range and releases the space used for storage for that range. |
| CopyBlob | public | Copies the specified blob to the given target location. |
| CopySnapshotToBlob | public | Copies the specified snapshot into the target blob location. |
| Create | public | |
| CreateContainer | public | Creates a new container with the given name. |
| CreateRootContainer | public | Creates the root container. |
| DefaultHandler | public | Provides the interface for a method that processes message records. |
| DeleteBlob | public | Deletes the specified blob, or deletes all of its snapshots. |
| DeleteBlobSnapshot | public | Deletes the specified snapshot of the given blob. |
| DeleteContainer | public | Deletes the container with the given name. |
| DeleteRootContainer | public | Deletes the root container. |
| Destroy | public | |
| Dispatch | public | Calls message-handling methods for the object, based on the contents of the Message parameter. |
| DisposeOf | public | DisposeOf forces the execution of the destructor code in an object. |
| Equals | public | Checks whether the current instance and the Obj parameter are equal. |
| FieldAddress | public | Returns the address of a published object field. |
| Free | public | Destroys an object and frees its associated memory, if necessary. |
| FreeInstance | public | Deallocates memory allocated by a previous call to the NewInstance method. |
| GetBlob | public | Downloads the given blob, writing its content into the provided stream. |
| GetBlobMetadata | public | Gets the metadata for a given blob. |
| GetBlobProperties | public | Gets the properties for a given blob. |
| GetBlobServiceProperties | public | Fills the specified instance of TStorageServiceProperties with the properties of the blob service, including properties for storage analytics and CORS rules. |
| GetBlobServicePropertiesXML | public | Returns an XML representation of the properties of the queue service, including properties for storage analytics and CORS rules. |
| GetBlobServiceStats | public | Fills the specified instance of TStorageServiceStats with the statistics of the blob service. |
| GetBlobServiceStatsXML | public | Returns an XML representation of the statistics of the blob service. |
| GetBlobSnapshot | public | Downloads the given snapshot, writing its content into the provided stream. |
| GetBlockList | public | Returns the block list for the given blob. |
| GetBlockListXML (deprecated) | public | Returns the block list for the given blob in XML representation. |
| GetCanonicalizedHeaderPrefix | protected | Returns the header name prefix for Azure services. |
| GetConnectionInfo | protected | Returns the TAzureConnectionInfo held by the service. |
| GetContainerACL | public | Returns the public permissions for the container. |
| GetContainerACLXML (deprecated) | public | Returns the public permissions for the container in XML representation. |
| GetContainerMetadata | public | Returns the metadata for the container with the given name. |
| GetContainerProperties | public | Returns the properties for the container with the given name. |
| GetDisposed | protected | Getter for the Disposed property. |
| GetHashCode | public | Returns an integer containing the hash code. |
| GetHTTPRequestURI | protected | Takes in a URL and uses it to parse the HTTPRequestURI for a StringToSign. |
| GetInterface | public | Retrieves a specified interface. |
| GetInterfaceEntry | public | Returns the entry for a specific interface implemented in a class. |
| GetInterfaceTable | public | Returns a pointer to a structure containing all of the interfaces implemented by a given class. |
| GetPageRanges | public | |
| GetPageRegions (deprecated) | public | Returns the page regions for the given page blob. |
| GetPageRegionsXML (deprecated) | public | Returns the page regions for the given page blob in XML representation. |
| GetRequiredHeaderNames | protected | Returns the list of required header names. |
| InheritsFrom | public | Determines the relationship of two object types. |
| InitInstance | public | Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer. |
| InstanceSize | public | Returns the size in bytes of each instance of the object type. |
| IssueDeleteRequest | protected | Executes a DELETE request with the given parameters. |
| IssueGetRequest | protected | Executes a GET request with the given parameters. |
| IssueHeadRequest | protected | Executes a HEAD request with the given parameters. |
| IssueMergeRequest | protected | Executes a MERGE request with the given parameters. |
| IssueOptionsRequest | protected | Sends a request using the OPTIONS HTTP method, and returns the instance of TCloudHTTP that it uses to send the request. |
| IssuePostRequest | protected | Executes a POST request with the given parameters. |
| IssuePutRequest | protected | Executes a PUT request with the given parameters. |
| ListBlobs | public | Returns the list of blobs for the given container. |
| ListBlobsXML (deprecated) | public | Returns the list of blobs for the given container in XML representation. |
| ListContainers | public | Returns the containers available on the blob service account. |
| ListContainersXML (deprecated) | public | Returns the XML representation of the available containers on the blob service account. |
| MethodAddress | public | Returns the address of a class method by name. |
| MethodName | public | Returns the name of a class method by address. |
| NewInstance | public | Allocates memory for an instance of an object type and returns a pointer to that new instance. |
| PopulateDateHeader | protected | Populates the x-ms-date header in the given list. |
| PopulateResponseInfo | protected | Populates the given ResponseInfo with appropriate information from the Response. |
| PreflightBlobRequest | public | Fills the specified instance of TCorsRule with the CORS rules of the blob service for requests that match the specified parameters. |
| PrepareRequest | protected | Creates a new request object and populates the headers, including the authorization header. |
| PrepareRequestSignature | protected | Handles the StringToSign after it is created. |
| PutAppendBlob | public | Creates a new append blob. |
| PutBlock | public | Creates a new block to be committed as part of a blob. |
| PutBlockBlob | public | Creates a new block blob or updates an existing one in the given container. |
| PutBlockList | public | Specifies the list of blocks to form the blob content from. |
| PutPage | public | Writes the content included in a page blob the number of times specified by the PageCount parameter. |
| PutPageBlob | public | Creates a new block blob or updates one that exists in the given container. |
| QualifiedClassName | public | Returns the qualified name of the class. |
| ReleaseBlobLease | public | Releases a lease that was previously acquired. |
| ReleaseContainerLease | public | Attempts to release the lease (lock for delete operations) with the specified identifier from the specified container, so that other clients can acquire a lease on that container. |
| RenewBlobLease | public | Attempts to renew the specified lease for the given blob. |
| RenewContainerLease | public | Attempts to renew the lease (lock for delete operations) with the specified identifier on the specified container. |
| SafeCallException | public | Handles exceptions in methods declared using the safecall calling convention. |
| SetBlobMetadata | public | Sets the given metadata for the specified blob. |
| SetBlobProperties | public | Sets the given properties onto the specified blob. |
| SetBlobServiceProperties | public | Sets the specified service properties as the properties of the blob service, including properties for storage analytics and CORS rules. |
| SetContainerACL | public | Sets the access policies stored for the specified blob container that you may use with shared access signatures, and returns True on success or False otherwise. |
| SetContainerMetadata | public | Sets the metadata for the specified container. |
| SetDateFromString | protected | Helper method used to set the request's date based on the string value. |
| SnapshotBlob | public | Creates a new snapshot of the specified blob. |
| SortHeaders | protected | Sorts the given list of headers. |
| SortQueryParameters | protected | Sorts the given list of query parameters. |
| ToString | public | Returns a string containing the class name. |
| UnitName | public | Returns the name of the unit where the class is defined. |
| UnitScope | public | Returns the class's unit scope. |
| URLEncodeQueryParams | protected | |
| URLEncodeValue | protected | URL-encodes the given value. |
| XMsDate | protected | Returns the current date and time, properly formatted for the x-ms-date header. |