你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EntityQuery Class

Definition

Query condition for searching the status of entity instances.

public class EntityQuery
type EntityQuery = class
Public Class EntityQuery
Inheritance
EntityQuery

Constructors

Name Description
EntityQuery()

Properties

Name Description
ContinuationToken

ContinuationToken of the pager.

EntityName

Return entity instances associated with this entity name.

FetchState

Determines whether the query will include the state of the entity.

IncludeDeleted

Determines whether the results should include recently deleted entities.

LastOperationFrom

Return entity instances which had operations after this DateTime.

LastOperationTo

Return entity instances which had operations before this DateTime.

PageSize

Number of records per one request. The default value is 100.

Applies to