object AzureSearchWriter extends IndexParser with IndexJsonGetter with Logging

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AzureSearchWriter
  2. Logging
  3. IndexJsonGetter
  4. IndexLister
  5. IndexParser
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val Logger: Logger
  2. def getExisting(key: String, serviceName: String, apiVersion: String = DefaultAPIVersion): Seq[String]
    Definition Classes
    IndexLister
  3. def getIndexJsonFromExistingIndex(key: String, serviceName: String, indexName: String, apiVersion: String = DefaultAPIVersion): String
    Definition Classes
    IndexJsonGetter
  4. def parseIndexJson(str: String): IndexInfo
    Definition Classes
    IndexParser
  5. def stream(df: DataFrame, options: HashMap[String, String]): DataStreamWriter[Row]
  6. def stream(df: DataFrame, options: Map[String, String] = Map()): DataStreamWriter[Row]
  7. def write(df: DataFrame, options: HashMap[String, String]): Unit
  8. def write(df: DataFrame, options: Map[String, String] = Map()): Unit