IDataSliceOperations
Interface
Definition
Operations for managing data slices.
public interface IDataSliceOperations
Methods
| ListAsync(String, String, String, DataSliceListParameters, CancellationToken) |
Gets the first page of data slice instances with the link to the next page. |
| ListNextAsync(String, CancellationToken) |
Gets the next page of data slice instances with the link to the next page. |
| SetStatusAsync(String, String, String, DataSliceSetStatusParameters, CancellationToken) |
Sets status of data slices over a time range for a specific table. |