Class TokenDetail
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class TokenDetail
Properties
| Edit this page View SourceName
Declaration
[DataMember(Name = "name")]
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
Tokens
Declaration
[DataMember(Name = "tokens")]
public IReadOnlyCollection<ExplainAnalyzeToken> Tokens { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<ExplainAnalyzeToken> |