Class QueryTextFieldAttribute
Marks field or property for Text queries.
Using this attribute is an alternative to Fields in CacheConfiguration.Inherited Members
Namespace: Apache.Ignite.Core.Cache.Configuration
Assembly: Apache.Ignite.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
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 |
|---|---|
| string |