DataPackage Class

Definition

This class represents a data package in the application. A data package consists of static data (that can be upgraded) that is consumed by the application. For more information see https://docs.microsoft.com/azure/service-fabric/service-fabric-application-model

public sealed class DataPackage
type DataPackage = class
Public NotInheritable Class DataPackage
Inheritance
DataPackage

Properties

Description

Gets the PackageDescription object associated with the DataPackage. The package description can be used to access additional information about this package such as the name, version etc.

Path

Gets the local path of DataPackage. This path contains the contents of the data package.

Applies to