Search Results for

    Show / Hide Table of Contents

    Class SimulatePipelineDocument

    Inheritance
    object
    SimulatePipelineDocument
    Implements
    ISimulatePipelineDocument
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class SimulatePipelineDocument : ISimulatePipelineDocument

    Properties

    | Edit this page View Source

    Id

    Declaration
    public Id Id { get; set; }
    Property Value
    Type Description
    Id
    | Edit this page View Source

    Index

    Declaration
    public IndexName Index { get; set; }
    Property Value
    Type Description
    IndexName
    | Edit this page View Source

    Source

    Declaration
    public object Source { get; set; }
    Property Value
    Type Description
    object

    Implements

    ISimulatePipelineDocument

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Id
      • Index
      • Source
    • Implements
    • Extension Methods
    Back to top Generated by DocFX