Search Results for

    Show / Hide Table of Contents

    Interface IUpdateByQueryRequest

    Inherited Members
    IRequest<UpdateByQueryRequestParameters>.RequestParameters
    IRequest.ContentType
    IRequest.HttpMethod
    IRequest.RouteValues
    IRequest.GetUrl(IConnectionSettingsValues)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IUpdateByQueryRequest : IRequest<UpdateByQueryRequestParameters>, IRequest

    Properties

    | Edit this page View Source

    Index

    Declaration
    [IgnoreDataMember]
    Indices Index { get; }
    Property Value
    Type Description
    Indices
    | Edit this page View Source

    MaximumDocuments

    Limit the number of processed documents

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

    Query

    Query to select documents to update

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

    Script

    A script specifying the update to make

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

    Slice

    Parallelize the update process by splitting a query into multiple slices.

    Declaration
    [DataMember(Name = "slice")]
    ISlicedScroll Slice { get; set; }
    Property Value
    Type Description
    ISlicedScroll

    Extension Methods

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