Click or drag to resize
OrganizationStoragePolicyResponseJson Class
Response from getting an organizational storage policy
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonOrganizationStoragePolicyResponseJson

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

The OrganizationStoragePolicyResponseJson type exposes the following members.

Constructors
  NameDescription
Public methodOrganizationStoragePolicyResponseJson
Initializes a new instance of the OrganizationStoragePolicyResponseJson class
Top
Properties
  NameDescription
Public propertyDaysTillPermanentlyDeleteFromRb
Days until permanently deleted
Public propertyEnableGFSVersionRetention
Enable GFS version retention
Public propertyEnableSendingUsersReport
Enable sending users report
Public propertyInactivityDaysTillDeleteRoom
Inactivity days until workspace is deleted
Public propertyInactivityDaysTillDeleteSdsFile
Inactivity days until SDS file is deleted
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 administrators
Public propertySendUserReportToAdmins
SEnd user report to administrators
Public propertySendUserReportToSuperAdmins
Send user report to super administrators
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