Class ExplainDataLifecycleRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.ExplainDataLifecycleRequest
Get the status for a data stream lifecycle. Get information about an index or
data stream's current data stream lifecycle status, such as time since index
creation, time since rollover, the lifecycle configuration managing the
index, or any errors encountered during lifecycle execution.
- 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.explain_data_lifecycle". -
Method Summary
Modifier and TypeMethodDescriptionfinal BooleanIndicates if the API should return the default values the system uses for the index's lifecycleindex()Required - Comma-separated list of index names to explainfinal TimeThe period to wait for a connection to the master node.static ExplainDataLifecycleRequestrebuild()Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<ExplainDataLifecycleRequest,ExplainDataLifecycleResponse, _ENDPOINTErrorResponse> Endpoint "indices.explain_data_lifecycle".
-
-
Method Details
-
of
-
includeDefaults
Indicates if the API should return the default values the system uses for the index's lifecycleAPI name:
include_defaults -
index
Required - Comma-separated list of index names to explainAPI name:
index -
masterTimeout
The period to wait for a connection to the master node.API name:
master_timeout -
rebuild
- Returns:
- New
ExplainDataLifecycleRequest.Builderinitialized with field values of this instance
-