LibraryInfo Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. fluent. models. LibraryInfo
- com.
Implements
public final class LibraryInfo
implements JsonSerializable<LibraryInfo>
Information about a library/package created at the workspace level. Library/package information of a Big Data pool powered by Apache Spark.
Constructor Summary
| Constructor | Description |
|---|---|
| LibraryInfo() |
Creates an instance of Library |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
containerName()
Get the container |
| String |
creatorId()
Get the creator |
|
static
Library |
fromJson(JsonReader jsonReader)
Reads an instance of Library |
| String |
name()
Get the name property: Name of the library. |
| String |
path()
Get the path property: Storage blob path of library. |
| String |
provisioningStatus()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Type of the library. |
|
Offset |
uploadedTimestamp()
Get the uploaded |
| void |
validate()
Validates the instance. |
|
Library |
withContainerName(String containerName)
Set the container |
|
Library |
withName(String name)
Set the name property: Name of the library. |
|
Library |
withPath(String path)
Set the path property: Storage blob path of library. |
|
Library |
withType(String type)
Set the type property: Type of the library. |
Methods inherited from java.lang.Object
Constructor Details
LibraryInfo
public LibraryInfo()
Creates an instance of LibraryInfo class.
Method Details
containerName
public String containerName()
Get the containerName property: Storage blob container name.
Returns:
creatorId
public String creatorId()
Get the creatorId property: Creator Id of the library/package.
Returns:
fromJson
public static LibraryInfo fromJson(JsonReader jsonReader)
Reads an instance of LibraryInfo from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the library.
Returns:
path
public String path()
Get the path property: Storage blob path of library.
Returns:
provisioningStatus
public String provisioningStatus()
Get the provisioningStatus property: Provisioning status of the library/package.
Returns:
toJson
type
public String type()
Get the type property: Type of the library.
Returns:
uploadedTimestamp
public OffsetDateTime uploadedTimestamp()
Get the uploadedTimestamp property: The last update time of the library.
Returns:
validate
public void validate()
Validates the instance.
withContainerName
public LibraryInfo withContainerName(String containerName)
Set the containerName property: Storage blob container name.
Parameters:
Returns:
withName
public LibraryInfo withName(String name)
Set the name property: Name of the library.
Parameters:
Returns:
withPath
public LibraryInfo withPath(String path)
Set the path property: Storage blob path of library.
Parameters:
Returns:
withType
public LibraryInfo withType(String type)
Set the type property: Type of the library.
Parameters:
Returns: