Search Results for

    Show / Hide Table of Contents

    Interface IFingerprintProcessor

    Inherited Members
    IProcessor.Name
    IProcessor.Description
    IProcessor.OnFailure
    IProcessor.If
    IProcessor.Tag
    IProcessor.IgnoreFailure
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IFingerprintProcessor : IProcessor

    Properties

    | Edit this page View Source

    Fields

    Declaration
    [DataMember(Name = "fields")]
    Fields Fields { get; set; }
    Property Value
    Type Description
    Fields
    | Edit this page View Source

    IgnoreMissing

    Declaration
    [DataMember(Name = "ignore_missing")]
    bool? IgnoreMissing { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Method

    Declaration
    [DataMember(Name = "method")]
    string Method { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Salt

    Declaration
    [DataMember(Name = "salt")]
    string Salt { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TargetField

    Declaration
    [DataMember(Name = "target_field")]
    Field TargetField { get; set; }
    Property Value
    Type Description
    Field

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Fields
      • IgnoreMissing
      • Method
      • Salt
      • TargetField
    • Extension Methods
    Back to top Generated by DocFX