Share via


DataFactoryPackageStore Class

Definition

Package store for the SSIS integration runtime.

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

Constructors

Properties

Name

The name of the package store.

PackageStoreLinkedService

The package store linked service reference.

Methods

Explicit Interface Implementations

IJsonModel<DataFactoryPackageStore>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataFactoryPackageStore>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataFactoryPackageStore>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataFactoryPackageStore>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataFactoryPackageStore>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to