Flags enum representation of well-known visibilities that are used in
REST API.
Enumeration Members
Enumeration Member | Value | Description |
---|
All | 31 | - |
Create | 2 | - |
Delete | 8 | - |
Item | 1048576 | Additional flag to indicate when something is nested in a collection and therefore no metadata is applicable. |
None | 0 | - |
Patch | 2097152 | Additional flag to indicate when the verb is PATCH and will have fields made optional if the request visibility includes update. Whether or not this flag is set automatically is determined by the options passed to the @patch decorator. By default, it is set in requests for any operation that uses the PATCH verb. See PatchOptions |
Query | 16 | - |
Read | 1 | - |
Update | 4 | - |