Interface DataPartitionUploadOptions.Builder

  • Method Details

    • expression

      The logical expression used to recognize what data to collect. For example, $variable.`Vehicle.OutsideAirTemperature` >= 105.0.

      Parameters:
      expression - The logical expression used to recognize what data to collect. For example, $variable.`Vehicle.OutsideAirTemperature` >= 105.0.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • conditionLanguageVersion

      DataPartitionUploadOptions.Builder conditionLanguageVersion(Integer conditionLanguageVersion)

      The version of the condition language. Defaults to the most recent condition language version.

      Parameters:
      conditionLanguageVersion - The version of the condition language. Defaults to the most recent condition language version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.