TestimoX

API Reference

Class

LdapToolSearchFacetsQueryResult

Namespace ADPlayground.Helpers
Assembly ADPlayground
Modifiers sealed

LDAP search facets query result.

Inheritance

  • Object
  • LdapToolSearchFacetsQueryResult

Constructors

public LdapToolSearchFacetsQueryResult() #

Properties

public String DomainController { get; set; } #

Domain controller used by the query.

public String SearchBaseDn { get; set; } #

Search base distinguished name used by the query.

public String Scope { get; set; } #

Scope used by the query: base, onelevel, or subtree.

public Int32 TimeoutMs { get; set; } #

Timeout used by the query in milliseconds.

public Int32 PageSize { get; set; } #

LDAP page size used by the query.

public Int32 MaxPages { get; set; } #

Maximum pages requested.

public Int32 PagesRead { get; set; } #

Pages effectively read.

public Int32 MaxResults { get; set; } #

Maximum rows requested.

public Int32 CountScanned { get; set; } #

Rows scanned by this call.

public Boolean IsTruncated { get; set; } #

True when result was truncated by caps.

public String LdapFilter { get; set; } #

Effective LDAP filter.

public String Kind { get; set; } #

Kind selector used for auto filter construction.

public String SearchText { get; set; } #

Search text used for auto filter construction.

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

Requested attributes.

public Int32 MaxValuesPerAttribute { get; set; } #

Maximum values per multi-valued attribute.

public Int32 MaxFacetValues { get; set; } #

Maximum facet values returned per facet.

public Boolean IncludeSamples { get; set; } #

True when samples were requested.

public Int32 SampleSize { get; set; } #

Maximum sample rows requested.

public String ContainerFacetMode { get; set; } #

Container facet mode used for grouping.

public Int32 ContainerOuDepth { get; set; } #

Container OU depth used for grouping.

public LdapToolSearchFacets Facets { get; set; } #

Facet payload.

public IReadOnlyList<LdapToolQueryRow> Samples { get; set; } #

Sample rows enriched with helper attributes.