ListDataSourcesResult Class
- java.
lang. Object - com.
azure. search. documents. indexes. models. ListDataSourcesResult
- com.
Implements
public final class ListDataSourcesResult
implements JsonSerializable<ListDataSourcesResult>
Response from a List Datasources request. If successful, it includes the full definitions of all datasources.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
List |
fromJson(JsonReader jsonReader)
Reads an instance of List |
|
List<Search |
getDataSources()
Get the data |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ListDataSourcesResult fromJson(JsonReader jsonReader)
Reads an instance of ListDataSourcesResult from the JsonReader.
Parameters:
Returns:
Throws:
getDataSources
public List<SearchIndexerDataSourceConnection> getDataSources()
Get the dataSources property: The datasources in the Search service.
Returns: