A set of results returned by Kinetica.showWal. More…
Inheritance diagram for kinetica.ShowWalResponse:
[legend]
Collaboration diagram for kinetica.ShowWalResponse:
[legend]
Properties | |
| IList< string > | table_names = new List<string>() [get, set] |
| List of returned tables. | |
| IList< IList< long > > | sizes = new List<IList<long>>() [get, set] |
| List of current WAL usage. | |
| IList< long > | capacities = new List<long>() [get, set] |
| List of WAL capacities. | |
| IList< IList< long > > | uncommitted = new List<IList<long>>() [get, set] |
| List of number of uncommitted entries. | |
| IList< IDictionary< string, string > > | settings = new List<IDictionary<string, string>>() [get, set] |
| List of table WAL settings. | |
| 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.showWal.
Definition at line 124 of file ShowWal.cs.
Property Documentation
◆ capacities
| getset |
List of WAL capacities.
Definition at line 133 of file ShowWal.cs.
◆ info
| getset |
Additional information.
Definition at line 142 of file ShowWal.cs.
◆ settings
| getset |
List of table WAL settings.
Definition at line 139 of file ShowWal.cs.
◆ sizes
| getset |
List of current WAL usage.
Definition at line 130 of file ShowWal.cs.
◆ table_names
| getset |
List of returned tables.
Definition at line 127 of file ShowWal.cs.
◆ uncommitted
| getset |
List of number of uncommitted entries.
Definition at line 136 of file ShowWal.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/ShowWal.cs
- Kinetica/Protocol/ShowWal.cs