All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fds.protobuf.stach.table.Reference.proto Maven / Gradle / Ivy

Go to download

Google Protocol buffer classes for FactSet STACH tabular format which represents complex multi-dimensional array of data. These classes help in the serialization and deserialization of STACH formatted data. See GitHub repository documentation for more information.

There is a newer version: 1.2.0
Show newest version
syntax = "proto3";
package factset.protobuf.stach.table;

option csharp_namespace = "FactSet.Protobuf.Stach.Table";
option java_package = "com.factset.protobuf.stach.table";
option java_outer_classname = "ReferenceProto";

import "fds/protobuf/stach/table/ReferenceType.proto";

message Reference {
  ReferenceType reference_type = 1;
  string table_id = 2;
  string column_id = 3;
  string row_id = 4;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy