Skip to content

There is no way to use stored script with params on BulkUpdateOperationDescriptor #6554

@mehdimadani

Description

@mehdimadani

BulkUpdateOperationDescriptor has two Script methods.

public BulkUpdateOperationDescriptor<TDocument, TPartialDocument> Script(Action<InlineScriptDescriptor> configure)

and

public BulkUpdateOperationDescriptor<TDocument, TPartialDocument> Script(ScriptBase script)

The method with the Action<StoredScriptIdDescriptor> configure parameter is missing, so there is no way to use stored script with params.

Metadata

Metadata

Assignees

No one assigned

    Labels

    8.xRelates to a 8.x client version

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions