Class DeleteDataLifecycleRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.DeleteDataLifecycleRequest
Delete data stream lifecycles. Removes the data stream lifecycle from a data
stream, rendering it not managed by the data stream lifecycle.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionEndpoint "indices.delete_data_lifecycle". -
Method Summary
Modifier and TypeMethodDescriptionfinal List<ExpandWildcard>Whether wildcard expressions should get expanded to open or closed indices (default: open)final TimeSpecify timeout for connection to mastername()Required - A comma-separated list of data streams of which the data stream lifecycle will be deleted; use*to get all data streamsstatic DeleteDataLifecycleRequestfinal Timetimeout()Explicit timestamp for the documentMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<DeleteDataLifecycleRequest,DeleteDataLifecycleResponse, _ENDPOINTErrorResponse> Endpoint "indices.delete_data_lifecycle".
-
-
Method Details
-
of
public static DeleteDataLifecycleRequest of(Function<DeleteDataLifecycleRequest.Builder, ObjectBuilder<DeleteDataLifecycleRequest>> fn) -
expandWildcards
Whether wildcard expressions should get expanded to open or closed indices (default: open)API name:
expand_wildcards -
masterTimeout
Specify timeout for connection to masterAPI name:
master_timeout -
name
Required - A comma-separated list of data streams of which the data stream lifecycle will be deleted; use*to get all data streamsAPI name:
name -
timeout
Explicit timestamp for the documentAPI name:
timeout
-