@espressif/rainmaker-base-cdf
    Preparing search index...

    Interface ESPCDFTransportConfig

    Configuration for transport mechanism

    interface ESPCDFTransportConfig {
        metadata: Record<string, any>;
        type: string;
    }
    Index

    Properties

    Properties

    metadata: Record<string, any>

    Additional metadata for the transport configuration

    type: string

    The transport mode (local or cloud)