Discuss this help topic in SecureBlackbox Forum
Creates a data object in the storage.
Declaration
Parameters
- Container - container with the new object.
- ContainerName - name of the container with the new object.
- ContentEncoding - object's content encoding.
- ContentLanguage - object's content language.
- ContentMD5 - MD5 hash of the object's content.
- ContentType - object's content type.
- Handler - security handler used to perform the operation.
- Headers -
- InitialSize - object's initial size.
- Metadata - contains object's metadata.
- ObjName - specifies object's name.
- SharedAccessSignature - contains the Shared Access Signature (SAS).
Return value
Instance of
TElWinAzureDataStorageObject class which contains newly created object.
Description
Use this method to create a new object in the storage.
Discuss this help topic in SecureBlackbox Forum