Condividi tramite


IDaprConfig Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DaprConfigTypeConverter))]
public interface IDaprConfig : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DaprConfigTypeConverter))>]
type IDaprConfig = interface
    interface IJsonSerializable
Public Interface IDaprConfig
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AppId

Dapr application identifier

AppPort

Tells Dapr which port your application is listening on

EnableApiLogging

Enables API logging for the Dapr sidecar

Enabled

Boolean indicating if the Dapr side car is enabled

HttpMaxRequestSize

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

HttpReadBufferSize

Dapr max size of http header read buffer in KB to handle when sending multi-KB headers. Default is 65KB.

LogLevel

Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to