@yeying-community/yeying-client-ts
    Preparing search index...

    Type Alias StreamPutBlockRequestJson

    先发送内容,然后发送的chunk元信息,

    from message yeying.api.asset.StreamPutBlockRequest

    type StreamPutBlockRequestJson = {
        body?: StreamPutBlockRequestBodyJson;
        head?: StreamPutBlockRequestHeadJson;
        Tail?: StreamPutBlockRequestTailJson;
    }
    Index

    Properties

    Properties

    from field: yeying.api.asset.StreamPutBlockRequestBody body = 3;

    from field: yeying.api.asset.StreamPutBlockRequestHead head = 2;

    from field: yeying.api.asset.StreamPutBlockRequestTail Tail = 4;