All Products
Search
Document Center

OpenSearch:Command

Last Updated:Oct 10, 2023

Overview

This topic describes the attributes of the Command enumeration class.

Type

Enum


ADD

The type of the Command field is Enum. ADD is one of the enumeration values.
public static final Command ADD

Parameter description

Parameter

Type

Description

ADD

Enum

The operation of adding data.


UPDATE

The type of the Command field is Enum. UPDATE is one of the enumeration values.
public static final Command UPDATE

Parameter description

Parameter

Type

Description

UPDATE

Enum

The operation of updating data.


DELETE

The type of the Command field is Enum. DELETE is one of the enumeration values.
public static final Command DELETE

Parameter description

Parameter

Type

Description

DELETE

Enum

The operation of deleting data.