influxdb/generated_types/source.proto

14 lines
345 B
Protocol Buffer

syntax = "proto3";
package com.github.influxdata.idpe.storage.read;
message ReadSource {
// OrgID specifies the organization identifier for this request.
uint64 org_id = 1;
// BucketID specifies the bucket in the organization.
uint64 bucket_id = 2;
// PartitionID specifies the partition to be queried.
uint64 partition_id = 3;
}