ServiceQueryDescription Class

Definition

Represents the multiple filters that can be specified to refine the return. Used by GetServicePagedListAsync(ServiceQueryDescription, TimeSpan, CancellationToken).

public sealed class ServiceQueryDescription : System.Fabric.Description.PagedQueryDescriptionBase
type ServiceQueryDescription = class
    inherit PagedQueryDescriptionBase
Public NotInheritable Class ServiceQueryDescription
Inherits PagedQueryDescriptionBase
Inheritance
ServiceQueryDescription

Constructors

ServiceQueryDescription(Uri)

Initializes a new instance of the ServiceQueryDescription class.

Properties

ApplicationName

Gets the URI name of application that contains services to query for.

ContinuationToken

Gets or sets the continuation token which can be used to retrieve the next page.

(Inherited from PagedQueryDescriptionBase)
MaxResults

Gets or sets the max number of result items that can be returned per page.

(Inherited from PagedQueryDescriptionBase)
ServiceNameFilter

Gets or sets the URI name of service to query for.

ServiceTypeNameFilter

Gets or sets the service type name used to filter the services to query for. Services that are of this service type will be returned.

Methods

ToString()

Overrides ToString() method to print all content of the query description.

(Inherited from PagedQueryDescriptionBase)

Applies to