![]() |
DbStorageClient Class |
Namespace: DrawerBackup.Native.Clients
The DbStorageClient type exposes the following members.
Name | Description | |
---|---|---|
![]() | DbStorageClient | Initializes a new instance of the DbStorageClient class |
Name | Description | |
---|---|---|
![]() | AuthID |
Current Authentication ID
(Inherited from DbClient.) |
![]() | BaseAddress |
Current Base Address
(Inherited from DbClient.) |
![]() | Client |
Current Client
(Inherited from DbClient.) |
![]() | Config |
Current Configuration
(Inherited from DbClient.) |
![]() | IsAuthenticated |
Is Authenticated
(Inherited from DbClient.) |
Name | Description | |
---|---|---|
![]() | Authenticate |
Try to auth the client
(Inherited from DbClient.) |
![]() | Authenticate(String, String) |
Authenticate
(Inherited from DbClient.) |
![]() | CalculateChecksum |
Calculates a checksum for a entry
|
![]() | CheckAuthentication |
Check the authentication
(Inherited from DbClient.) |
![]() | CreateEntry |
Create a new entry on the storage
|
![]() | CreateOperation |
Creates the operation in the storage
|
![]() | DiscoveryRepository |
Get Information about the repository
|
![]() | Dispose | (Inherited from DbClient.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Execute(String) |
Execute a request
(Inherited from DbClient.) |
![]() | ExecuteTEntity(String, TEntity) |
Execute a request with a entity
(Inherited from DbClient.) |
![]() | ExecuteTEntity(String, String, TEntity) |
Execute a request with a entity
(Inherited from DbClient.) |
![]() | ExecuteFromId |
Execute a request with a entity
(Inherited from DbClient.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Get(String) |
Execute a get
(Inherited from DbClient.) |
![]() | Get(String, String) |
Execute a get for a entity
(Inherited from DbClient.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetRepository |
Get Information about the repository
|
![]() | GetServerInformation |
Get the information about the server
(Inherited from DbClient.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsConnected |
Check the connection
(Inherited from DbClient.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PurgeEntry |
Purge a entry from the storage
|
![]() | PurgeOperation |
Purges the operation from the storage
|
![]() | RawExecute(String, String) |
Execute a request with a entity
(Inherited from DbClient.) |
![]() | RawExecuteTEntity(String, TEntity) |
Execute a request with a entity
(Inherited from DbClient.) |
![]() | RawExecuteTEntity(String, String, TEntity) |
Execute a request with a entity
(Inherited from DbClient.) |
![]() | ReadEntry |
Read a entry from the storage to the stream
|
![]() | RemoveEntry |
Remove a entry from the storage
|
![]() | ResetTimeout |
Reset the timeout to the default
(Inherited from DbClient.) |
![]() | SendEntry |
Sends a entry to the storage
|
![]() | SetTimeout |
Set the timeout to a request
(Inherited from DbClient.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | OnReadCompleted |
Occurs when a entry is sucessful readed
|
![]() | OnReadProgress |
Occurs when a piece of the entry is readed from the storage
|
![]() | OnSendCompleted |
Occurs when a entry is sucessful sended
|
![]() | OnSendProgress |
Occurs when a piece of the entry is sended to the storage
|
Name | Description | |
---|---|---|
![]() | CalculateRemoteChecksum |
Calculate the file checksum in the storage
(Defined by EntryTransferHelper.) |
![]() | ToDictionary | Overloaded.
Convert the object properties to a dictionary
(Defined by ObjectUtility.) |
![]() | ToDictionaryT | Overloaded.
Converts the object properties to a dictionary
(Defined by ObjectUtility.) |
![]() | ValidateTransfer |
Validate the Transfer of a entry
(Defined by EntryTransferHelper.) |