IVaultUrlBuilder Interface |
Namespace:
PDTec.IceNet.Core.Database
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntaxpublic interface IVaultUrlBuilder : IVaultProtocol
The IVaultUrlBuilder type exposes the following members.
Properties
Methods
| Name | Description |
---|
 | AppendFileContent |
Appends binary content to a file.
(Inherited from IVaultProtocol.) |
 | BuildAppendUrl | |
 | BuildDeleteUrl | |
 | BuildDownloadUrl(Boolean, String, Int64, Int32, DateTime) | |
 | BuildDownloadUrl(Boolean, String, DateTime, String, String, String) | |
 | BuildDownloadUrlInfo | |
 | BuildUploadUrl | |
 | BuildUploadUrlInfo | |
 | BuildUrl(String, String, DateTime) | Obsolete. |
 | BuildUrl(Boolean, String, String, DateTime) | Obsolete. |
 | BuildUrl(String, String, Int64, Int32, DateTime) | Obsolete. |
 | BuildUrl(String, String, String, String, DateTime) | Obsolete. |
 | BuildUrl(Boolean, String, String, Int64, Int32, DateTime) | Obsolete. |
 | BuildUrl(Boolean, String, String, String, String, DateTime) | Obsolete. |
 | BuildUrl(String, String, String, String, String, DateTime) | Obsolete. |
 | BuildUrl(Boolean, String, String, String, String, String, DateTime) | Obsolete. |
 | CreateFileContent |
Creates a new file content by sending the binary content in a single chunk.
(Inherited from IVaultProtocol.) |
 | CreateFileContentPartCancel |
Cancels the file content creation process.
(Inherited from IVaultProtocol.) |
 | CreateFileContentPartComplete |
Completes the file content creation process.
(Inherited from IVaultProtocol.) |
 | CreateFileContentPartContinue |
Continues the file content creation process by sequentially providing a chunk of binary data.
(Inherited from IVaultProtocol.) |
 | CreateFileContentPartStart |
Initiates a file content creation process.
(Inherited from IVaultProtocol.) |
 | DeleteFileContent |
Deletes a file content.
(Inherited from IVaultProtocol.) |
 | GetFileContentSize |
Retrieves the content file size.
(Inherited from IVaultProtocol.) |
 | RetrieveFileContent |
Retrieves the file content.
(Inherited from IVaultProtocol.) |
 | RetrieveFileContentPart |
Retrieves a segment of the file content.
(Inherited from IVaultProtocol.) |
Top
See Also