onvif
    Preparing search index...

    Interface StorageConfigurationData

    interface StorageConfigurationData {
        certPathValidationPolicyID?: string;
        configurationRenewal?: ConfigurationRenewal;
        extension?: Extension;
        localPath?: string;
        region?: string;
        storageUri?: string;
        type: string;
        user?: UserCredential;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    certPathValidationPolicyID?: string

    The unique identifier of the certification path validation policy to be used for validating the server certificate as declared in the security service.

    configurationRenewal?: ConfigurationRenewal
    extension?: Extension
    localPath?: string

    Local path

    region?: string

    Optional region of the storage server

    storageUri?: string

    Storage server address

    type: string

    tds:StorageType lists the acceptable values for type attribute

    User credential for the storage server