Discuss this help topic in SecureBlackbox Forum
Writes (overwrites) data object to the storage.
Declaration
Parameters
- ContentEncoding - object's content encoding.
- ContentLanguage - object's content language.
- ContentMD5 - MD5 hash of the object's content.
- ContentType - object's content type.
- Data - stream containing object data.
- Handler - security handler used to perform the operation.
- Metadata - contains object's metadata.
- Name - specifies object's name.
- SharedAccessSignature - contains the Shared Access Signature (SAS).
Description
Use this method to write or overwrite data to the storage.
Discuss this help topic in SecureBlackbox Forum