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

fds.protobuf.stach.table.MetadataCollection.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.

The 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 = "MetadataCollectionProto";

import "fds/protobuf/stach/MetadataItem.proto";
import "fds/protobuf/stach/table/MetadataLocations.proto";

message MetadataCollection {
  map items = 1;
  MetadataLocations locations = 2;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy