EnumerationOptions EnforceServerLimit Property DRA REST Extensions SDK
Flag indicating if the server limit (default is 1000) should be enforced. If set to false then all matching objects will be returned. This may have a negative impact on performance.

Namespace: NetIQ.DRA.Common.Rest.DataModels
Assembly: NetIQ.DRA.Common.Rest.Api (in NetIQ.DRA.Common.Rest.Api.dll) Version: 0.0.0.0
Syntax

[DataMemberAttribute(Name = "enforceServerLimit")]
public Nullable<bool> EnforceServerLimit { get; set; }

Property Value

Type: OnlineNullable OnlineBoolean 
See Also