IQueryTextsOperations Interface

Definition

QueryTextsOperations operations.

public interface IQueryTextsOperations
type IQueryTextsOperations = interface
Public Interface IQueryTextsOperations

Methods

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

Retrieve the Query-Store query texts for the queryId.

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

Retrieve the Query-Store query texts for specified queryIds.

ListByServerWithHttpMessagesAsync(String, String, IList<String>, Dictionary<String,List<String>>, CancellationToken)

Retrieve the Query-Store query texts for specified queryIds.

Extension Methods

Get(IQueryTextsOperations, String, String, String)

Retrieve the Query-Store query texts for the queryId.

GetAsync(IQueryTextsOperations, String, String, String, CancellationToken)

Retrieve the Query-Store query texts for the queryId.

ListByServer(IQueryTextsOperations, String, String, IList<String>)

Retrieve the Query-Store query texts for specified queryIds.

ListByServerAsync(IQueryTextsOperations, String, String, IList<String>, CancellationToken)

Retrieve the Query-Store query texts for specified queryIds.

ListByServerNext(IQueryTextsOperations, String)

Retrieve the Query-Store query texts for specified queryIds.

ListByServerNextAsync(IQueryTextsOperations, String, CancellationToken)

Retrieve the Query-Store query texts for specified queryIds.

Applies to