Share via


LibraryInfo Class

Definition

Information about a library/package created at the workspace level.

public class LibraryInfo
type LibraryInfo = class
Public Class LibraryInfo
Inheritance
LibraryInfo

Remarks

Library/package information of a Big Data pool powered by Apache Spark

Constructors

LibraryInfo()

Initializes a new instance of the LibraryInfo class.

LibraryInfo(String, String, String, Nullable<DateTime>, String, String, String)

Initializes a new instance of the LibraryInfo class.

Properties

ContainerName

Gets or sets storage blob container name.

CreatorId

Gets creator Id of the library/package.

Name

Gets or sets name of the library.

Path

Gets or sets storage blob path of library.

ProvisioningStatus

Gets provisioning status of the library/package.

Type

Gets or sets type of the library.

UploadedTimestamp

Gets the last update time of the library.

Applies to