FileReferenceInputDataSourceProperties Class
- java.
lang. Object - com.
azure. resourcemanager. streamanalytics. fluent. models. FileReferenceInputDataSourceProperties
- com.
Implements
public final class FileReferenceInputDataSourceProperties
implements JsonSerializable<FileReferenceInputDataSourceProperties>
The properties that are associated with a file input containing reference data.
Constructor Summary
| Constructor | Description |
|---|---|
| FileReferenceInputDataSourceProperties() |
Creates an instance of File |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
File |
fromJson(JsonReader jsonReader)
Reads an instance of File |
| String |
path()
Get the path property: The path of the file. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
File |
withPath(String path)
Set the path property: The path of the file. |
Methods inherited from java.lang.Object
Constructor Details
FileReferenceInputDataSourceProperties
public FileReferenceInputDataSourceProperties()
Creates an instance of FileReferenceInputDataSourceProperties class.
Method Details
fromJson
public static FileReferenceInputDataSourceProperties fromJson(JsonReader jsonReader)
Reads an instance of FileReferenceInputDataSourceProperties from the JsonReader.
Parameters:
Returns:
Throws:
path
public String path()
Get the path property: The path of the file.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPath
public FileReferenceInputDataSourceProperties withPath(String path)
Set the path property: The path of the file.
Parameters:
Returns: