bigframes._config.SamplingOptions.with_max_download_size# SamplingOptions.with_max_download_size(max_rows: int | None) → SamplingOptions[source]# Configures the maximum download size for data sampling in MB Parameters: max_rows (None or int) – An int value for the maximum row size. Returns: The configuration for data sampling. Return type: bigframes._config.sampling_options.SamplingOptions