IVaultProtocol Methods |
The IVaultProtocol type exposes the following members.
Name | Description | |
---|---|---|
![]() | AppendFileContent |
Appends binary content to a file.
|
![]() | CreateFileContent |
Creates a new file content by sending the binary content in a single chunk.
|
![]() | CreateFileContentPartCancel |
Cancels the file content creation process.
|
![]() | CreateFileContentPartComplete |
Completes the file content creation process.
|
![]() | CreateFileContentPartContinue |
Continues the file content creation process by sequentially providing a chunk of binary data.
|
![]() | CreateFileContentPartStart |
Initiates a file content creation process.
|
![]() | DeleteFileContent |
Deletes a file content.
|
![]() | GetFileContentSize |
Retrieves the content file size.
|
![]() | RetrieveFileContent |
Retrieves the file content.
|
![]() | RetrieveFileContentPart |
Retrieves a segment of the file content.
|