AutoRestSettings.

PayloadFlattenThreshold Property

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<int> 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