TestimoX

API Reference

Class

LdapToolAdLdapQueryPagedResult

Namespace ADPlayground.Helpers
Assembly ADPlayground
Modifiers sealed

Result for ad_ldap_query_paged execution.

Inheritance

  • Object
  • LdapToolAdLdapQueryPagedResult

Constructors

public LdapToolAdLdapQueryPagedResult() #

Properties

public String DomainController { get; set; } #

Domain controller used by execution.

public String SearchBaseDn { get; set; } #

Search base distinguished name used by execution.

public String LdapFilter { get; set; } #

LDAP filter used by execution.

public String Scope { get; set; } #

Scope string used by execution.

public Int32 TimeoutMs { get; set; } #

Operation timeout in milliseconds.

public Int32 PageSize { get; set; } #

LDAP page size.

public Int32 MaxPages { get; set; } #

Maximum pages per call.

public Int32 PagesRead { get; set; } #

Pages read in this call.

public Int32 MaxResults { get; set; } #

Maximum rows requested.

public Int32 MaxAttributes { get; set; } #

Maximum attributes requested.

public Int32 MaxValuesPerAttribute { get; set; } #

Maximum values per multi-valued attribute.

public Int32 Count { get; set; } #

Returned row count.

public Boolean LimitReached { get; set; } #

True when max results was reached in this call.

public Boolean HasMore { get; set; } #

True when additional rows are available.

public Boolean IsTruncated { get; set; } #

True when output is truncated for any reason.

public String Cursor { get; set; } #

Input cursor value.

public String NextCursor { get; set; } #

Next cursor value.

public IReadOnlyList<String> Attributes { get; set; } #

Resolved attribute list used by execution.

public IReadOnlyList<LdapToolOutputRow> Results { get; set; } #

Projected rows.