다음을 통해 공유


IPrivateStoreCollectionOperations Interface

Definition

PrivateStoreCollectionOperations operations.

public interface IPrivateStoreCollectionOperations
type IPrivateStoreCollectionOperations = interface
Public Interface IPrivateStoreCollectionOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, Collection, Dictionary<String,List<String>>, CancellationToken)

Create or update private store collection

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a collection from the given private store.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets private store collection

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets private store collections list

PostWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete Private store collection. This is a workaround.

TransferOffersWithHttpMessagesAsync(String, String, TransferOffersProperties, Dictionary<String,List<String>>, CancellationToken)

transferring offers (copy or move) from source collection to target collection(s)

Extension Methods

CreateOrUpdate(IPrivateStoreCollectionOperations, String, String, Collection)

Create or update private store collection

CreateOrUpdateAsync(IPrivateStoreCollectionOperations, String, String, Collection, CancellationToken)

Create or update private store collection

Delete(IPrivateStoreCollectionOperations, String, String)

Delete a collection from the given private store.

DeleteAsync(IPrivateStoreCollectionOperations, String, String, CancellationToken)

Delete a collection from the given private store.

Get(IPrivateStoreCollectionOperations, String, String)

Gets private store collection

GetAsync(IPrivateStoreCollectionOperations, String, String, CancellationToken)

Gets private store collection

List(IPrivateStoreCollectionOperations, String)

Gets private store collections list

ListAsync(IPrivateStoreCollectionOperations, String, CancellationToken)

Gets private store collections list

Post(IPrivateStoreCollectionOperations, String, String, String)

Delete Private store collection. This is a workaround.

PostAsync(IPrivateStoreCollectionOperations, String, String, String, CancellationToken)

Delete Private store collection. This is a workaround.

TransferOffers(IPrivateStoreCollectionOperations, String, String, TransferOffersProperties)

transferring offers (copy or move) from source collection to target collection(s)

TransferOffersAsync(IPrivateStoreCollectionOperations, String, String, TransferOffersProperties, CancellationToken)

transferring offers (copy or move) from source collection to target collection(s)

Applies to