Skip to content

Commit

Permalink
Merge branch 'document-sampling-period-property' of https://github.co…
Browse files Browse the repository at this point in the history
…m/zaphiro-technologies/protobuf into document-sampling-period-property
  • Loading branch information
chicco785 committed Nov 28, 2024
2 parents f30dfdb + 24e3f80 commit 1183288
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/data.proto.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ direction LR
%% * `producerId` (string): the id of the producer (e.g. a PMU) linked to the dataset.
%% * `timestampId` (int64): related measurement Unix msec timestamp (if any)
%% * `aligned` (bool, default true): whether the DataSet has to be time-aligned or not.
%% * `samplingPeriod` (string): optional, used to identify timestamps that match
%% `second` or `minute`.
%%
class Data {
Expand All @@ -187,6 +189,8 @@ direction LR
%% * `producerId` (string): the id of the producer (e.g. a PMU) linked to the dataset.
%% * `timestampId` (int64): related measurement Unix msec timestamp (if any)
%% * `aligned` (bool, default true): whether the DataSet has to be time-aligned or not.
%% * `samplingPeriod` (string): optional, used to identify timestamps that match
%% `second` or `minute`.
%%
class DataSet {
Expand All @@ -207,10 +211,9 @@ Headers used in rabbitMQ (only if not sent as part of `DataSet`):
* `type` (string): always `Data`
* `producerId` (string): the id of the producer (e.g. a PMU) linked to the dataset.
* `timestampId` (int64): related measurement Unix msec timestamp (if any)
* `aligned` (bool, default true): whether the DataSet has to be time-aligned or
not.
* `aligned` (bool, default true): whether the DataSet has to be time-aligned or not.
* `samplingPeriod` (string): optional, used to identify timestamps that match
`second` or `minute`.
`second` or `minute`.



Expand All @@ -235,7 +238,8 @@ Headers used in rabbitMQ:
* `timestampId` (int64): related measurement Unix msec timestamp (if any)
* `aligned` (bool, default true): whether the DataSet has to be time-aligned or not.
* `samplingPeriod` (string): optional, used to identify timestamps that match
`second` or `minute`.
`second` or `minute`.



| Field | Ordinal | Type | Label | Description |
Expand Down

0 comments on commit 1183288

Please sign in to comment.