Class QueryTextFieldAttribute
Marks field or property for Text queries.
Using this attribute is an alternative to Fields in CacheConfiguration.
Inheritance
System.Object
QueryTextFieldAttribute
Namespace: Apache.Ignite.Core.Cache.Configuration
Assembly: Apache.Ignite.Core.dll
Syntax
public sealed class QueryTextFieldAttribute : Attribute
Properties
Name
Gets or sets the text field name. If not provided, property or field name will be used.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |