Partager via


Configuration.DaprHttpMaxRequestSize Property

Definition

Increasing max size of request body http and grpc servers parameter in MB to handle uploading of big files. Default is 4 MB.

[Microsoft.Azure.PowerShell.Cmdlets.App.Origin(Microsoft.Azure.PowerShell.Cmdlets.App.PropertyOrigin.Inlined)]
public int? DaprHttpMaxRequestSize { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Origin(Microsoft.Azure.PowerShell.Cmdlets.App.PropertyOrigin.Inlined)>]
member this.DaprHttpMaxRequestSize : Nullable<int> with get, set
Public Property DaprHttpMaxRequestSize As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to