IDataSliceRunOperations
Interface
Definition
Operations for managing data slice runs.
public interface IDataSliceRunOperations
Methods
| GetAsync(String, String, String, CancellationToken) |
Gets a Data Slice Run instance. |
| GetLogsAsync(String, String, String, CancellationToken) |
Gets logs for a data slice run |
| ListAsync(String, String, String, DataSliceRunListParameters, CancellationToken) |
Gets the first page of data slice run instances with the link to the next page. |
| ListNextAsync(String, CancellationToken) |
Gets the next page of run instances with the link to the next page. |