Interface IFieldsQueryCursor
Fields query cursor.
Inherited Members
Namespace: Apache.Ignite.Core.Cache.Query
Assembly: Apache.Ignite.Core.dll
Syntax
[SuppressMessage("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix")]
public interface IFieldsQueryCursor : IQueryCursor<IList<object>>, IEnumerable<IList<object>>, IEnumerable, IDisposable
Properties
FieldNames
Gets the field names.
Declaration
IList<string> FieldNames { get; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Fields
Gets fields metadata.
Declaration
IList<IQueryCursorField> Fields { get; }
Property Value
| Type | Description |
|---|---|
| IList<IQueryCursorField> |