A set of results returned by Kinetica.createBackup. More…
Properties | |
| string | backup_name [get, set] |
| Value of backup_name. | |
| long | backup_id [get, set] |
| ID of the snapshot created. | |
| long | copied_bytes [get, set] |
| Total size of all files copied for this snapshot. | |
| long | copied_files [get, set] |
| Total number of files copied for this snapshot. | |
| long | copied_records [get, set] |
| Total number of records in all files copied for this snapshot. | |
| long | total_number_of_records [get, set] |
| Total number of records that can be restored from this snapshot. | |
| IDictionary< string, string > | info = new Dictionary<string, string>() [get, set] |
| Additional information. | |
| Properties inherited from kinetica.KineticaData | |
| Schema | Schema [get] |
| Avro Schema for this class. | |
Additional Inherited Members | |
| Public Member Functions inherited from kinetica.KineticaData | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
| Static Public Member Functions inherited from kinetica.KineticaData | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. | |
Detailed Description
A set of results returned by Kinetica.createBackup.
Definition at line 859 of file CreateBackup.cs.
Property Documentation
◆ backup_id
| getset |
ID of the snapshot created.
Definition at line 866 of file CreateBackup.cs.
◆ backup_name
| getset |
Value of backup_name.
Definition at line 863 of file CreateBackup.cs.
◆ copied_bytes
| getset |
Total size of all files copied for this snapshot.
Definition at line 869 of file CreateBackup.cs.
◆ copied_files
| getset |
Total number of files copied for this snapshot.
Definition at line 872 of file CreateBackup.cs.
◆ copied_records
| getset |
Total number of records in all files copied for this snapshot.
Definition at line 876 of file CreateBackup.cs.
◆ info
| getset |
Additional information.
Definition at line 883 of file CreateBackup.cs.
◆ total_number_of_records
| getset |
Total number of records that can be restored from this snapshot.
Definition at line 880 of file CreateBackup.cs.
The documentation for this class was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/CreateBackup.cs
- Kinetica/Protocol/CreateBackup.cs