ApplicationPackageCleanupPolicy Enum

Definition

Enumerates the options for the cleanup of application package policy.

public enum ApplicationPackageCleanupPolicy
type ApplicationPackageCleanupPolicy = 
Public Enum ApplicationPackageCleanupPolicy
Inheritance
ApplicationPackageCleanupPolicy

Fields

Automatic 2

Indicates that the service fabric runtime determines when the application package is cleaned up from the image store.By default cleanup is done after a successful provision.

Default 1

Indicates that the cleanup policy of application packages are based on the cluster setting "CleanupApplicationPackageOnProvisionSuccess".

Invalid 0

Indicates that the cleanup policy provided is invalid.

Manual 3

Indicates that the user has to explicitly clean up the application package by using RemoveApplicationPackage(String, String).

Applies to