ConfigurationBlob

The base 64 encoded scrape configuration file.

Constructors

Link copied to clipboard
constructor(value: ByteArray)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int

Inherited functions

Link copied to clipboard

Casts this ScrapeConfiguration as a ConfigurationBlob and retrieves its kotlin.ByteArray value. Throws an exception if the ScrapeConfiguration is not a ConfigurationBlob.

Link copied to clipboard

Casts this ScrapeConfiguration as a ConfigurationBlob and retrieves its kotlin.ByteArray value. Returns null if the ScrapeConfiguration is not a ConfigurationBlob.