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 Boolean
indicates if the API should return the default values the system uses for the index's lifecycleindex()
Required - The name of the index to explainfinal Time
Specify timeout for connection to masterstatic ExplainDataLifecycleRequest
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 - The name of the index to explainAPI name:
index
-
masterTimeout
Specify timeout for connection to masterAPI name:
master_timeout
-