RequestFieldsTypes Enum

Definition

specified how the list of fields specified in Request is to be interpreted

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum RequestFieldsTypes
[<System.Flags>]
type RequestFieldsTypes = 
Public Enum RequestFieldsTypes
Inheritance
RequestFieldsTypes
Attributes

Fields

IncludeExpensiveInResult 2

when set also brings expensive properties, else it does not

Reject 0

all_properties - (input_list + expensive_props )

Request 1

when set, brings properties in the list else rejects them

Applies to