interface Transport {
    count?: number;
    indexes?: CloudantV1.PartitionedIndexesDetailedInformation.Transport;
    limit?: number;
}

Properties

count?: number
limit?: number

Generated using TypeDoc