Values.GetLogObjectResponseStreamSourceA stream of structured log data returned by the GetLogObject operation. This stream contains log events with their associated metadata and extracted fields.
type nonrec t = {fields : FieldsData.t option;internalStreamingException : InternalStreamingException.t option;An internal error occurred during the streaming of log data. This exception is thrown when there's an issue with the internal streaming mechanism used by the GetLogObject operation.
*)}