A set of parameters for Kinetica.adminShutdown.
More...
|
| AdminShutdownRequest () |
| Constructs an AdminShutdownRequest object with default parameters. More...
|
|
| AdminShutdownRequest (string exit_type, string authorization, IDictionary< string, string > options=null) |
| Constructs an AdminShutdownRequest object with the specified parameters. More...
|
|
| AdminShutdownRequest () |
| Constructs an AdminShutdownRequest object with default parameters. More...
|
|
| AdminShutdownRequest (string exit_type, string authorization, IDictionary< string, string > options=null) |
| Constructs an AdminShutdownRequest 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...
|
|
A set of parameters for Kinetica.adminShutdown.
Exits the database server application.
Definition at line 15 of file AdminShutdown.cs.
◆ AdminShutdownRequest() [1/4]
kinetica.AdminShutdownRequest.AdminShutdownRequest |
( |
| ) |
|
|
inline |
◆ AdminShutdownRequest() [2/4]
kinetica.AdminShutdownRequest.AdminShutdownRequest |
( |
string |
exit_type, |
|
|
string |
authorization, |
|
|
IDictionary< string, string > |
options = null |
|
) |
| |
|
inline |
Constructs an AdminShutdownRequest object with the specified parameters.
- Parameters
-
exit_type | Reserved for future use. User can pass an empty string. |
authorization | No longer used. User can pass an empty string. |
options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 43 of file AdminShutdown.cs.
◆ AdminShutdownRequest() [3/4]
kinetica.AdminShutdownRequest.AdminShutdownRequest |
( |
| ) |
|
|
inline |
◆ AdminShutdownRequest() [4/4]
kinetica.AdminShutdownRequest.AdminShutdownRequest |
( |
string |
exit_type, |
|
|
string |
authorization, |
|
|
IDictionary< string, string > |
options = null |
|
) |
| |
|
inline |
Constructs an AdminShutdownRequest object with the specified parameters.
- Parameters
-
exit_type | Reserved for future use. User can pass an empty string. |
authorization | No longer used. User can pass an empty string. |
options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 43 of file AdminShutdown.cs.
◆ authorization
string kinetica.AdminShutdownRequest.authorization |
|
getset |
No longer used.
User can pass an empty string.
Definition at line 23 of file AdminShutdown.cs.
◆ exit_type
string kinetica.AdminShutdownRequest.exit_type |
|
getset |
Reserved for future use.
User can pass an empty string.
Definition at line 19 of file AdminShutdown.cs.
◆ options
IDictionary< string, string > kinetica.AdminShutdownRequest.options = new Dictionary<string, string>() |
|
getset |
Optional parameters.
The default value is an empty Dictionary.
Definition at line 28 of file AdminShutdown.cs.
The documentation for this class was generated from the following file:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/AdminShutdown.cs