@sentio/sdk
    Preparing search index...

    Interface ProcessStreamResponse_Partitions

    interface ProcessStreamResponse_Partitions {
        partitions: {
            [key: number]: ProcessStreamResponse_Partitions_Partition;
        };
    }
    Index

    Properties

    Properties

    partitions: { [key: number]: ProcessStreamResponse_Partitions_Partition }