Data.Cloud.AzureAPI.TAzureBlobService Methods

From RAD Studio API Documentation
Jump to: navigation, search

InheritedProtected
AcquireBlobLeasepublicAttempts to acquire a lease on the specified blob.
AcquireContainerLeasepublicAttempts to acquire a lease (lock for delete operations) on the specified container for the specified amount of time.
AddHeadersprotectedHelper method to add the given pair to the header of the request.
AfterConstructionpublicResponds after the last constructor has executed.
AppendBlockpublicAppends an array of bytes to the end of an existing append blob, and returns True on success or False otherwise.
BeforeDestructionpublicResponds before the first destructor executes.
BreakBlobLeasepublicBreaks a previously acquired lease, without specifying the LeaseId.
BreakContainerLeasepublicEnds 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.
BuildQueryParameterStringprotectedBuilds a string representation of the given query parameters and the given prefix.
BuildStringToSignprotectedBuilds and encodes a string value based on the given information.
BuildStringToSignHeadersprotectedBuilds the header part of the StringToSign value.
BuildStringToSignPrefixprotectedBuilds the first part of the StringToSign, including the HTTP Verb.
BuildStringToSignResourcePathprotectedTakes in a URL and optionally uses it to parse the HTTPRequestURI.
BuildStringToSignResourcesprotectedOptionally builds the CanonicalizedQueryString.
ChangeBlobLeasepublicAttempts to change the identifier of a lease (lock for write and delete operations) on the specified blob of the specified container.
ChangeContainerLeasepublicAttempts to change the identifier of a lease (lock for delete operations) on the specified container.
CheckDisposedprotected
ClassInfopublicReturns a pointer to the run-time type information (RTTI) table for the object type.
ClassNamepublicReturns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).
ClassNameIspublicDetermines whether an object is of a specific type.
ClassParentpublicReturns the type of the immediate ancestor of a class.
ClassTypepublicReturns the class reference for the object's class.
CleanupInstancepublicPerforms finalization on long strings, variants, and interface variables within a class.
ClearPagepublicClears the specified range and releases the space used for storage for that range.
CopyBlobpublicCopies the specified blob to the given target location.
CopySnapshotToBlobpublicCopies the specified snapshot into the target blob location.
Createpublic
CreateContainerpublicCreates a new container with the given name.
CreateRootContainerpublicCreates the root container.
DefaultHandlerpublicProvides the interface for a method that processes message records.
DeleteBlobpublicDeletes the specified blob, or deletes all of its snapshots.
DeleteBlobSnapshotpublicDeletes the specified snapshot of the given blob.
DeleteContainerpublicDeletes the container with the given name.
DeleteRootContainerpublicDeletes the root container.
Destroypublic
DispatchpublicCalls message-handling methods for the object, based on the contents of the Message parameter.
DisposeOfpublicDisposeOf forces the execution of the destructor code in an object.
EqualspublicChecks whether the current instance and the Obj parameter are equal.
FieldAddresspublicReturns the address of a published object field.
FreepublicDestroys an object and frees its associated memory, if necessary.
FreeInstancepublicDeallocates memory allocated by a previous call to the NewInstance method.
GetBlobpublicDownloads the given blob, writing its content into the provided stream.
GetBlobMetadatapublicGets the metadata for a given blob.
GetBlobPropertiespublicGets the properties for a given blob.
GetBlobServicePropertiespublicFills the specified instance of TStorageServiceProperties with the properties of the blob service, including properties for storage analytics and CORS rules.
GetBlobServicePropertiesXMLpublicReturns an XML representation of the properties of the queue service, including properties for storage analytics and CORS rules.
GetBlobServiceStatspublicFills the specified instance of TStorageServiceStats with the statistics of the blob service.
GetBlobServiceStatsXMLpublicReturns an XML representation of the statistics of the blob service.
GetBlobSnapshotpublicDownloads the given snapshot, writing its content into the provided stream.
GetBlockListpublicReturns the block list for the given blob.
GetBlockListXML (deprecated)publicReturns the block list for the given blob in XML representation.
GetCanonicalizedHeaderPrefixprotectedReturns the header name prefix for Azure services.
GetConnectionInfoprotectedReturns the TAzureConnectionInfo held by the service.
GetContainerACLpublicReturns the public permissions for the container.
GetContainerACLXML (deprecated)publicReturns the public permissions for the container in XML representation.
GetContainerMetadatapublicReturns the metadata for the container with the given name.
GetContainerPropertiespublicReturns the properties for the container with the given name.
GetDisposedprotectedGetter for the Disposed property.
GetHashCodepublicReturns an integer containing the hash code.
GetHTTPRequestURIprotectedTakes in a URL and uses it to parse the HTTPRequestURI for a StringToSign.
GetInterfacepublicRetrieves a specified interface.
GetInterfaceEntrypublicReturns the entry for a specific interface implemented in a class.
GetInterfaceTablepublicReturns a pointer to a structure containing all of the interfaces implemented by a given class.
GetPageRangespublic
GetPageRegions (deprecated)publicReturns the page regions for the given page blob.
GetPageRegionsXML (deprecated)publicReturns the page regions for the given page blob in XML representation.
GetRequiredHeaderNamesprotectedReturns the list of required header names.
InheritsFrompublicDetermines the relationship of two object types.
InitInstancepublicInitializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer.
InstanceSizepublicReturns the size in bytes of each instance of the object type.
IssueDeleteRequestprotectedExecutes a DELETE request with the given parameters.
IssueGetRequestprotectedExecutes a GET request with the given parameters.
IssueHeadRequestprotectedExecutes a HEAD request with the given parameters.
IssueMergeRequestprotectedExecutes a MERGE request with the given parameters.
IssueOptionsRequestprotectedSends a request using the OPTIONS HTTP method, and returns the instance of TCloudHTTP that it uses to send the request.
IssuePostRequestprotectedExecutes a POST request with the given parameters.
IssuePutRequestprotectedExecutes a PUT request with the given parameters.
ListBlobspublicReturns the list of blobs for the given container.
ListBlobsXML (deprecated)publicReturns the list of blobs for the given container in XML representation.
ListContainerspublicReturns the containers available on the blob service account.
ListContainersXML (deprecated)publicReturns the XML representation of the available containers on the blob service account.
MethodAddresspublicReturns the address of a class method by name.
MethodNamepublicReturns the name of a class method by address.
NewInstancepublicAllocates memory for an instance of an object type and returns a pointer to that new instance.
PopulateDateHeaderprotectedPopulates the x-ms-date header in the given list.
PopulateResponseInfoprotectedPopulates the given ResponseInfo with appropriate information from the Response.
PreflightBlobRequestpublicFills the specified instance of TCorsRule with the CORS rules of the blob service for requests that match the specified parameters.
PrepareRequestprotectedCreates a new request object and populates the headers, including the authorization header.
PrepareRequestSignatureprotectedHandles the StringToSign after it is created.
PutAppendBlobpublicCreates a new append blob.
PutBlockpublicCreates a new block to be committed as part of a blob.
PutBlockBlobpublicCreates a new block blob or updates an existing one in the given container.
PutBlockListpublicSpecifies the list of blocks to form the blob content from.
PutPagepublicWrites the content included in a page blob the number of times specified by the PageCount parameter.
PutPageBlobpublicCreates a new block blob or updates one that exists in the given container.
QualifiedClassNamepublicReturns the qualified name of the class.
ReleaseBlobLeasepublicReleases a lease that was previously acquired.
ReleaseContainerLeasepublicAttempts 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.
RenewBlobLeasepublicAttempts to renew the specified lease for the given blob.
RenewContainerLeasepublicAttempts to renew the lease (lock for delete operations) with the specified identifier on the specified container.
SafeCallExceptionpublicHandles exceptions in methods declared using the safecall calling convention.
SetBlobMetadatapublicSets the given metadata for the specified blob.
SetBlobPropertiespublicSets the given properties onto the specified blob.
SetBlobServicePropertiespublicSets the specified service properties as the properties of the blob service, including properties for storage analytics and CORS rules.
SetContainerACLpublicSets 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.
SetContainerMetadatapublicSets the metadata for the specified container.
SetDateFromStringprotectedHelper method used to set the request's date based on the string value.
SnapshotBlobpublicCreates a new snapshot of the specified blob.
SortHeadersprotectedSorts the given list of headers.
SortQueryParametersprotectedSorts the given list of query parameters.
ToStringpublicReturns a string containing the class name.
UnitNamepublicReturns the name of the unit where the class is defined.
UnitScopepublicReturns the class's unit scope.
URLEncodeQueryParamsprotected
URLEncodeValueprotectedURL-encodes the given value.
XMsDateprotectedReturns the current date and time, properly formatted for the x-ms-date header.