Class Token
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class Token
Properties
|
Edit this page
View Source
EndOffset
Declaration
[DataMember(Name = "end_offset")]
public int EndOffset { get; }
Property Value
|
Edit this page
View Source
Payload
Declaration
[DataMember(Name = "payload")]
public string Payload { get; }
Property Value
|
Edit this page
View Source
Position
Declaration
[DataMember(Name = "position")]
public int Position { get; }
Property Value
|
Edit this page
View Source
StartOffset
Declaration
[DataMember(Name = "start_offset")]
public int StartOffset { get; }
Property Value
Extension Methods