return this.sdk.listBlobs(containerName)
            .then((res) => res)
            .catch((err) => { throw new ClientError(err) })