Kinetica C# API
Version 7.2.3.0
|
A set of parameters for Kinetica.showBackup. More...
Classes | |
struct | Options |
A set of string constants for the parameter options. More... | |
Public Member Functions | |
ShowBackupRequest () | |
Constructs a ShowBackupRequest object with default parameters. More... | |
ShowBackupRequest (string backup_name, string datasource_name, IDictionary< string, string > options=null) | |
Constructs a ShowBackupRequest object with the specified parameters. More... | |
ShowBackupRequest () | |
Constructs a ShowBackupRequest object with default parameters. More... | |
ShowBackupRequest (string backup_name, string datasource_name, IDictionary< string, string > options=null) | |
Constructs a ShowBackupRequest object with the specified parameters. More... | |
![]() | |
KineticaData (KineticaType type) | |
Constructor from Kinetica Type More... | |
KineticaData (System.Type type=null) | |
Default constructor, with optional System.Type More... | |
object | Get (int fieldPos) |
Retrieve a specific property from this object More... | |
void | Put (int fieldPos, object fieldValue) |
Write a specific property to this object More... | |
KineticaData (KineticaType type) | |
Constructor from Kinetica Type More... | |
KineticaData (System.Type type=null) | |
Default constructor, with optional System.Type More... | |
object | Get (int fieldPos) |
Retrieve a specific property from this object More... | |
void | Put (int fieldPos, object fieldValue) |
Write a specific property to this object More... | |
Properties | |
string | backup_name = "" [get, set] |
Name of the backup object. More... | |
string | datasource_name [get, set] |
Datasource where backup is located. More... | |
IDictionary< string, string > | options = new Dictionary<string, string>() [get, set] |
Optional parameters. More... | |
![]() | |
Schema | Schema [get] |
Avro Schema for this class More... | |
![]() | |
Schema | Schema [get] |
Additional Inherited Members | |
![]() | |
static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
Create an Avro Schema from a System.Type and a KineticaType. More... | |
static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
Create an Avro Schema from a System.Type and a KineticaType. More... | |
A set of parameters for Kinetica.showBackup.
Shows information about a backup Returns detailed information about one or more backup instances.
Definition at line 17 of file ShowBackup.cs.
|
inline |
Constructs a ShowBackupRequest object with default parameters.
Definition at line 150 of file ShowBackup.cs.
|
inline |
Constructs a ShowBackupRequest object with the specified parameters.
backup_name | Name of the backup object. An empty string or '*' will return all existing backups. The default value is ''. |
datasource_name | Datasource where backup is located. |
options | Optional parameters.
|
Definition at line 217 of file ShowBackup.cs.
|
inline |
Constructs a ShowBackupRequest object with default parameters.
Definition at line 150 of file ShowBackup.cs.
|
inline |
Constructs a ShowBackupRequest object with the specified parameters.
backup_name | Name of the backup object. An empty string or '*' will return all existing backups. The default value is ''. |
datasource_name | Datasource where backup is located. |
options | Optional parameters.
|
Definition at line 217 of file ShowBackup.cs.
|
getset |
Name of the backup object.
An empty string or '*' will return all existing backups. The default value is ''.
Definition at line 85 of file ShowBackup.cs.
|
getset |
Datasource where backup is located.
Definition at line 88 of file ShowBackup.cs.
|
getset |
Optional parameters.
The default value is an empty Dictionary.
Definition at line 146 of file ShowBackup.cs.