Interface IQueryCursorField
Query field descriptor. This descriptor is used to provide metadata about fields returned in query result.
Namespace: Apache.Ignite.Core.Cache.Query
Assembly: Apache.Ignite.Core.dll
Syntax
public interface IQueryCursorFieldProperties
JavaTypeName
Gets the name of Java type for this field.
Declaration
string JavaTypeName { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Name
Gets the field name.
Declaration
string Name { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Type
Gets the field type.
Declaration
Type Type { get; }Property Value
| Type | Description | 
|---|---|
| Type |