aliyunoss-cli
    Preparing search index...

    Interface ListObjectResult

    interface ListObjectResult {
        isTruncated: boolean;
        nextMarker: string;
        objects: ObjectMeta[];
        prefixes: string[];
        res: NormalSuccessResponse;
    }
    Index
    isTruncated: boolean
    nextMarker: string
    objects: ObjectMeta[]
    prefixes: string[]