Interface IClearScrollRequest
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IClearScrollRequest : IRequest<ClearScrollRequestParameters>, IRequest
Properties
| Edit this page View SourceScrollIds
Declaration
[DataMember(Name = "scroll_id")]
IEnumerable<string> ScrollIds { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |