AnalysisStaticFileSource

data class AnalysisStaticFileSource(val s3Options: AnalysisStaticFileS3SourceOptions? = null, val urlOptions: AnalysisStaticFileUrlSourceOptions? = null)

Constructors

Link copied to clipboard
constructor(s3Options: AnalysisStaticFileS3SourceOptions? = null, urlOptions: AnalysisStaticFileUrlSourceOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The structure that contains the Amazon S3 location to download the static file from.

Link copied to clipboard

The structure that contains the URL to download the static file from.