This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AutoRest.
Summary
The maximum number of properties in the request body to be represented as method arguments.
- Assembly
- Cake
.AutoRest .dll - Namespace
- Cake
.AutoRest - Containing Type
- AutoRestSettings
Syntax
public Nullable<int> PayloadFlattenThreshold { set; }
Value
Type | Description |
---|---|
Nullable |
If the number of properties in the request body is less than or equal to this value, these properties will be represented as method arguments |