Module Values_0.StreamFileSource

Represents a file to stream.

Sourcetype nonrec t = {
  1. fileId : FileId.t option;
    (*

    The file ID.

    *)
  2. s3Location : S3Location.t option;
    (*

    The location of the file in S3.

    *)
}
Sourceval make : ?fileId:??? -> ?s3Location:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of FileId.t | `Structure of (string * [> `String of S3Bucket.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t