Search Results for

    Show / Hide Table of Contents

    Interface IBulkOperation

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IBulkOperation

    Properties

    | Edit this page View Source

    ClrType

    Declaration
    Type ClrType { get; }
    Property Value
    Type Description
    Type
    | Edit this page View Source

    Id

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

    Index

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

    Operation

    Declaration
    string Operation { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    RetriesOnConflict

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

    Routing

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

    Version

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

    VersionType

    Declaration
    [DataMember(Name = "version_type")]
    VersionType? VersionType { get; set; }
    Property Value
    Type Description
    VersionType?

    Methods

    | Edit this page View Source

    GetBody()

    Declaration
    object GetBody()
    Returns
    Type Description
    object
    | Edit this page View Source

    GetIdForOperation(Inferrer)

    Declaration
    Id GetIdForOperation(Inferrer inferrer)
    Parameters
    Type Name Description
    Inferrer inferrer
    Returns
    Type Description
    Id
    | Edit this page View Source

    GetRoutingForOperation(Inferrer)

    Declaration
    Routing GetRoutingForOperation(Inferrer settingsInferrer)
    Parameters
    Type Name Description
    Inferrer settingsInferrer
    Returns
    Type Description
    Routing

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • ClrType
      • Id
      • Index
      • Operation
      • RetriesOnConflict
      • Routing
      • Version
      • VersionType
    • Methods
      • GetBody()
      • GetIdForOperation(Inferrer)
      • GetRoutingForOperation(Inferrer)
    • Extension Methods
    Back to top Generated by DocFX