PackageSharingPolicyScope Enum
- java.
lang. Object - java.
lang. Enum<PackageSharingPolicyScope> - system.
fabric. PackageSharingPolicyScope
- system.
- java.
public enum PackageSharingPolicyScope
Represents the scope for the PackageSharingPolicy
Fields
All |
Share all code, config and data packages from corresponding service manifest. |
Code |
Share all code packages from corresponding service manifest. |
Config |
Share all config packages from corresponding service manifest. |
Data |
Share all data packages from corresponding service manifest |
None |
No package sharing policy scope. |
Methods
getValue()
public int getValue()
Gets the system.fabric.PackageSharingPolicyScope
Returns
int
int value representing system.fabric.PackageSharingPolicyScope.