@nebius/js-sdk - v0.1.4
    Preparing search index...

    Interface CurrentBucketCounters

    interface CurrentBucketCounters {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.storage.v1.CurrentBucketCounters";
        inflightPartsQuantity: Long;
        inflightPartsSize: Long;
        multipartObjectsQuantity: Long;
        multipartObjectsSize: Long;
        multipartUploadsQuantity: Long;
        simpleObjectsQuantity: Long;
        simpleObjectsSize: Long;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.storage.v1.CurrentBucketCounters"
    inflightPartsQuantity: Long
    inflightPartsSize: Long
    multipartObjectsQuantity: Long
    multipartObjectsSize: Long
    multipartUploadsQuantity: Long
    simpleObjectsQuantity: Long
    simpleObjectsSize: Long