Databricks SDK for JavaScript
    Preparing search index...

    Interface ValidateStorageCredentialRequest_ValidationResult

    interface ValidateStorageCredentialRequest_ValidationResult {
        message?: string;
        operation?: ValidateStorageCredentialRequest_FileOperation;
        result?: ValidateStorageCredentialRequest_Result;
    }
    Index

    Properties

    message?: string

    Error message would exist when the result does not equal to PASS.

    The operation tested.

    The results of the tested operation.