Compartilhar via


IDapr Interface

Definition

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

Properties

AppId

Dapr application identifier

AppPort

Tells Dapr which port your application is listening on

AppProtocol

Tells Dapr which protocol your application is using. Valid options are http and grpc. Default is http

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 and grpc 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