API Reference
Class
GroupsListResult
Typed group list query result.
Inheritance
- Object
- GroupsListResult
Constructors
public GroupsListResult() #Inherited Methods
Properties
public String DomainController { get; set; } #Domain controller used for the query.
public String SearchBaseDn { get; set; } #Search base distinguished name used for the query.
public String LdapFilter { get; set; } #LDAP filter used for the query.
public Int32 MaxResults { get; set; } #Maximum scanned rows cap.
public Int64 Offset { get; set; } #Requested offset in the ordered result set.
public Int32 PageSize { get; set; } #Requested page size.
public Int32 MaxValuesPerAttribute { get; set; } #Maximum values returned for multi-valued attributes.
public Int32 Count { get; set; } #Number of rows returned in this page.
public Boolean HasMore { get; set; } #Indicates whether rows remain beyond this page.
public Int64 NextOffset { get; set; } #Next offset value when HasMore is true.
public Boolean IsTruncated { get; set; } #Indicates whether LDAP query results were truncated by caps.
public String NameContains { get; set; } #Effective name-contains value after wildcard normalization.
public String NamePrefix { get; set; } #Effective name-prefix value after wildcard normalization.
public IReadOnlyList<LdapToolOutputRow> Results { get; set; } #Rows returned for the requested page.
public Int32 Scanned { get; set; } #Number of rows observed before paging.