Share via


BigDataPoolLibraryInfo Class

Definition

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

public class BigDataPoolLibraryInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Synapse.Models.BigDataPoolLibraryInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Synapse.Models.BigDataPoolLibraryInfo>
public class BigDataPoolLibraryInfo
type BigDataPoolLibraryInfo = class
    interface IJsonModel<BigDataPoolLibraryInfo>
    interface IPersistableModel<BigDataPoolLibraryInfo>
type BigDataPoolLibraryInfo = class
Public Class BigDataPoolLibraryInfo
Implements IJsonModel(Of BigDataPoolLibraryInfo), IPersistableModel(Of BigDataPoolLibraryInfo)
Public Class BigDataPoolLibraryInfo
Inheritance
BigDataPoolLibraryInfo
Implements

Constructors

BigDataPoolLibraryInfo()

Initializes a new instance of BigDataPoolLibraryInfo.

Properties

ContainerName

Storage blob container name.

CreatorId

Creator Id of the library/package.

LibraryInfoType

Type of the library.

Name

Name of the library.

Path

Storage blob path of library.

ProvisioningStatus

Provisioning status of the library/package.

UploadedOn

The last update time of the library.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BigDataPoolLibraryInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BigDataPoolLibraryInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BigDataPoolLibraryInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BigDataPoolLibraryInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BigDataPoolLibraryInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to