fds.protobuf.stach.table.Reference.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stach Show documentation
Show all versions of stach Show documentation
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.
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