IDataSetsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DataSetsOperations operations.
public interface IDataSetsOperations
type IDataSetsOperations = interface
Public Interface IDataSetsOperations
Methods
BeginDeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Delete DataSet in a share. |
CreateWithHttpMessagesAsync(String, String, String, String, DataSet, Dictionary<String,List<String>>, CancellationToken) |
Adds a new data set to an existing share. |
DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Delete DataSet in a share. |
GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get DataSet in a share. |
ListByShareNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
List DataSets in a share. |
ListByShareWithHttpMessagesAsync(String, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
List DataSets in a share. |