Click or drag to resize
OrganizationStoragePolicyJson Class
Used for editing on organizational storage policy
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonOrganizationStoragePolicyJson

Namespace:  BlackBerry.Workspaces.Json
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public class OrganizationStoragePolicyJson : BaseJson

The OrganizationStoragePolicyJson type exposes the following members.

Constructors
  NameDescription
Public methodOrganizationStoragePolicyJson
Initializes a new instance of the OrganizationStoragePolicyJson class
Top
Properties
  NameDescription
Public propertyChangeVersionRetentionSettings
Change version retentionsettings
Public propertyDaysTillPermanentlyDeleteFromRb
Days until permanently deleted
Public propertyEnableGFSVersionRetention
Enable GFS version retention
Public propertyEnableSendingUsersReport
Enable sending users report
Public propertyInactivityDaysTillDeleteRoom
Inactivity days until delete workspace
Public propertyInactivityDaysTillDeleteSdsFile
Inactivity days until delete SDS file
Public propertyNumOfDailyVersionsToKeep
Number of daily versions to keep
Public propertyNumOfMonthlyVersionsToKeep
Number of monthly versions to keep
Public propertyNumOfVersionsToKeepFiles
Number of versions to keep files
Public propertyNumOfWeeklyVersionsToKeep
Number of weekly versions to keep
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyPrecentageTotalOrgThreshold
Percent of total utilization threshold to alert
Public propertySendOrgReportToAdmins
Send organizational report to administrators
Public propertySendOrgReportToSuperAdmins
Send organizational report to super admins
Public propertySendUserReportToAdmins
Send user report to administrators
Public propertySendUserReportToSuperAdmins
Send users report to super admministrators
Public propertyTotalUserThresholdInMB
Number of utilized space by user threshold in MB
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the object into a JSON string.
(Inherited from BaseJson.)
Top
See Also