Skip to main content

A set of parameters for Kinetica.showBackup. More…

Inheritance diagram for kinetica.ShowBackupRequest:
Collaboration diagram for kinetica.ShowBackupRequest:

Classes

struct  Options
 A set of string constants for the parameter ShowBackupRequest.options. More…
 

Public Member Functions

 ShowBackupRequest ()
 Constructs a ShowBackupRequest object with default parameters.
 
 ShowBackupRequest (string backup_name, string datasource_name, IDictionary< string, string > options=null)
 Constructs a ShowBackupRequest object with the specified parameters.
 
 ShowBackupRequest ()
 Constructs a ShowBackupRequest object with default parameters.
 
 ShowBackupRequest (string backup_name, string datasource_name, IDictionary< string, string > options=null)
 Constructs a ShowBackupRequest object with the specified parameters.
 
 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.
 

Properties

string backup_name = "" [get, set]
 Name of the backup.
 
string datasource_name [get, set]
 Data source through which the backup is accessible.
 
IDictionary< string, string > options = new Dictionary<string, string>() [get, set]
 Optional parameters.
 
 Properties inherited from kinetica.KineticaData
Schema Schema [get]
 Avro Schema for this class.
 

Additional Inherited Members

 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 parameters for Kinetica.showBackup.

Shows information about one or more backups accessible via the data source specified by ShowBackupRequest.datasource_name.

Definition at line 20 of file ShowBackup.cs.

Constructor & Destructor Documentation

◆ ShowBackupRequest() [1/4]

kinetica.ShowBackupRequest.ShowBackupRequest ()
inline

Constructs a ShowBackupRequest object with default parameters.

Definition at line 260 of file ShowBackup.cs.

◆ ShowBackupRequest() [2/4]

kinetica.ShowBackupRequest.ShowBackupRequest (stringbackup_name,
stringdatasource_name,
IDictionary< string, string >options = null )
inline

Constructs a ShowBackupRequest object with the specified parameters.

Parameters
backup_nameName of the backup. An empty string or '' will show all existing backups. Any text followed by a '' will show backups whose name starts with that text. The default value is ”.
datasource_nameData source through which the backup is accessible.
optionsOptional parameters.
  • BACKUP_ID: ID of the snapshot to show. Leave empty to show information from the most recent snapshot in the backup. The default value is ”.
  • BACKUP_TYPE: Show backups by type. This option is ignored if BACKUP_ID is non-empty. Supported values:The default value is ALL.
  • SHOW_CONTENTS: Show the contents of the backed-up snapshots. Supported values:
    • NONE: Don’t show snapshot contents.
    • OBJECT_NAMES: Show backed-up object names, and for tables, sizing detail.
    • OBJECT_FILES: Show backed-up object names, and for tables, sizing detail and associated files.
    The default value is NONE.
  • NO_ERROR_IF_NOT_EXISTS: Whether or not to suppress the error if the specified backup does not exist. Supported values:The default value is FALSE.
The default value is an empty Dictionary.

Definition at line 376 of file ShowBackup.cs.

◆ ShowBackupRequest() [3/4]

kinetica.ShowBackupRequest.ShowBackupRequest ()
inline

Constructs a ShowBackupRequest object with default parameters.

Definition at line 260 of file ShowBackup.cs.

◆ ShowBackupRequest() [4/4]

kinetica.ShowBackupRequest.ShowBackupRequest (stringbackup_name,
stringdatasource_name,
IDictionary< string, string >options = null )
inline

Constructs a ShowBackupRequest object with the specified parameters.

Parameters
backup_nameName of the backup. An empty string or '' will show all existing backups. Any text followed by a '' will show backups whose name starts with that text. The default value is ”.
datasource_nameData source through which the backup is accessible.
optionsOptional parameters.
  • BACKUP_ID: ID of the snapshot to show. Leave empty to show information from the most recent snapshot in the backup. The default value is ”.
  • BACKUP_TYPE: Show backups by type. This option is ignored if BACKUP_ID is non-empty. Supported values:The default value is ALL.
  • SHOW_CONTENTS: Show the contents of the backed-up snapshots. Supported values:
    • NONE: Don’t show snapshot contents.
    • OBJECT_NAMES: Show backed-up object names, and for tables, sizing detail.
    • OBJECT_FILES: Show backed-up object names, and for tables, sizing detail and associated files.
    The default value is NONE.
  • NO_ERROR_IF_NOT_EXISTS: Whether or not to suppress the error if the specified backup does not exist. Supported values:The default value is FALSE.
The default value is an empty Dictionary.

Definition at line 376 of file ShowBackup.cs.

Property Documentation

◆ backup_name

string kinetica.ShowBackupRequest.backup_name = ""
getset

Name of the backup.

An empty string or '' will show all existing backups. Any text followed by a '' will show backups whose name starts with that text. The default value is ”.

Definition at line 146 of file ShowBackup.cs.

◆ datasource_name

string kinetica.ShowBackupRequest.datasource_name
getset

Data source through which the backup is accessible.

Definition at line 149 of file ShowBackup.cs.

◆ options

IDictionary< string, string > kinetica.ShowBackupRequest.options = new Dictionary<string, string>()
getset

Optional parameters.

  • BACKUP_ID: ID of the snapshot to show. Leave empty to show information from the most recent snapshot in the backup. The default value is ”.
  • BACKUP_TYPE: Show backups by type. This option is ignored if BACKUP_ID is non-empty. Supported values:The default value is ALL.
  • SHOW_CONTENTS: Show the contents of the backed-up snapshots. Supported values:
    • NONE: Don’t show snapshot contents.
    • OBJECT_NAMES: Show backed-up object names, and for tables, sizing detail.
    • OBJECT_FILES: Show backed-up object names, and for tables, sizing detail and associated files.
    The default value is NONE.
  • NO_ERROR_IF_NOT_EXISTS: Whether or not to suppress the error if the specified backup does not exist. Supported values:The default value is FALSE.

The default value is an empty Dictionary.

Definition at line 256 of file ShowBackup.cs.


The documentation for this class was generated from the following files: