Class GetDataLifecycleRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.GetDataLifecycleRequest
Get data stream lifecycles.
Get the data stream lifecycle configuration of one or more data streams.
- 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 TypeFieldDescriptionstatic final Endpoint<GetDataLifecycleRequest,GetDataLifecycleResponse, ErrorResponse> Endpoint "indices.get_data_lifecycle". -
Method Summary
Modifier and TypeMethodDescriptionfinal List<ExpandWildcard>Type of data stream that wildcard patterns can match.final BooleanIftrue, return all default settings in the response.final TimePeriod to wait for a connection to the master node.name()Required - Comma-separated list of data streams to limit the request.static GetDataLifecycleRequestMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<GetDataLifecycleRequest,GetDataLifecycleResponse, _ENDPOINTErrorResponse> Endpoint "indices.get_data_lifecycle".
-
-
Method Details
-
of
public static GetDataLifecycleRequest of(Function<GetDataLifecycleRequest.Builder, ObjectBuilder<GetDataLifecycleRequest>> fn) -
expandWildcards
Type of data stream that wildcard patterns can match. Supports comma-separated values, such asopen,hidden.API name:
expand_wildcards -
includeDefaults
Iftrue, return all default settings in the response.API name:
include_defaults -
masterTimeout
Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.API name:
master_timeout -
name
Required - Comma-separated list of data streams to limit the request. Supports wildcards (*). To target all data streams, omit this parameter or use*or_all.API name:
name
-