Values.ArchiveGroupSettingsSourceArchive Group Settings
type nonrec t = {archiveCdnSettings : ArchiveCdnSettings.t option;Parameters that control interactions with the CDN.
*)destination : OutputLocationRef.t;A directory and base filename where archive files should be written.
*)rolloverInterval : int option;Number of seconds to write to archive file before closing and starting a new one.
*)}val make :
?archiveCdnSettings:??? ->
?rolloverInterval:??? ->
destination:OutputLocationRef.t ->
unit ->
t