JUMP TOGetting StartedIntroductionDeploymentAuthenticationProtoCollectionsCreate CollectionRemove CollectionGet Collection InfoSwap CollectionsRename CollectionSave Collection To FileLoad Collection From FileOperationsInsertUpdateUpsertRemoveWrite To CollectionSearch IntersectsSearch Dist WithinType DefinitionsLatLngLineStripPolygonMultiPolygonRingLatLngBBoxIndexableGeometryPayloadGeometryIDIndexedGeometryIndexTypeIDTypeBetaIntroductionProtoPoint to DGGS IndexRasterizeRasterize BulkSearch IntersectsSearch Distance WithinPowered by PayloadDescription The type Payload represents a payload that can be associated with a geometry. The payload type is bytes, so it's a binary blob and can be of any type. Attributes AttributeTypeDescriptionpayloadbytesThe payload data. Proto Definition protomessage Payload { bytes payload = 1; }