IBM Aspera JavaScript Library
    Preparing search index...

    Interface ReadDirectoryResponse

    Response from reading directory contents

    interface ReadDirectoryResponse {
        entries: DirectoryEntry[];
        totalCount: number;
    }
    Index

    Properties

    Properties

    entries: DirectoryEntry[]

    The directory entries matching the request criteria.

    totalCount: number

    The total number of entries returned. If this equals the server maximum, results may have been truncated.