airbyteValueProxyFieldAccessors

Provides the schema in a stable order, which can be used to query the AirbyteValueProxy representation of the data provided by DestinationRecordRaw. This can also be used to build a header/ordered schema as needed.

NOTE: That for sockets this will align with the wire order of the files. This relies on that source and destination will receive the same schema. (Either because mappers will be applied in the CDK, or because mappers that can't be will trigger a fallback to the old path.)

Connector Devs who build against this are guaranteed to get the best possible performance for sockets, possibly at the expense of performance on non-socket syncs.