Class OrganizationLimits
- Namespace
- NetCoreForce.Client.Models
- Assembly
- NetCoreForce.Client.dll
public class OrganizationLimits
- Inheritance
-
OrganizationLimits
- Inherited Members
Properties
ConcurrentAsyncGetReportInstances
public LimitInfo ConcurrentAsyncGetReportInstances { get; set; }
Property Value
ConcurrentSyncReportRuns
public LimitInfo ConcurrentSyncReportRuns { get; set; }
Property Value
DailyApiRequests
public LimitInfo DailyApiRequests { get; set; }
Property Value
DailyAsyncApexExecutions
public LimitInfo DailyAsyncApexExecutions { get; set; }
Property Value
DailyBulkApiRequests
public LimitInfo DailyBulkApiRequests { get; set; }
Property Value
DailyDurableGenericStreamingApiEvents
public LimitInfo DailyDurableGenericStreamingApiEvents { get; set; }
Property Value
DailyDurableStreamingApiEvents
public LimitInfo DailyDurableStreamingApiEvents { get; set; }
Property Value
DailyGenericStreamingApiEvents
public LimitInfo DailyGenericStreamingApiEvents { get; set; }
Property Value
DailyStreamingApiEvents
public LimitInfo DailyStreamingApiEvents { get; set; }
Property Value
DailyWorkflowEmails
public LimitInfo DailyWorkflowEmails { get; set; }
Property Value
DataStorageMB
Data storage (MB)
Returns these limits if the API user has the Manage Users permission
public LimitInfo DataStorageMB { get; set; }
Property Value
DurableStreamingApiConcurrentClients
public LimitInfo DurableStreamingApiConcurrentClients { get; set; }
Property Value
FileStorageMB
File storage (MB)
Returns these limits if the API user has the Manage Users permission
public LimitInfo FileStorageMB { get; set; }
Property Value
HourlyAsyncReportRuns
public LimitInfo HourlyAsyncReportRuns { get; set; }
Property Value
HourlyDashboardRefreshes
public LimitInfo HourlyDashboardRefreshes { get; set; }
Property Value
HourlyDashboardResults
public LimitInfo HourlyDashboardResults { get; set; }
Property Value
HourlyDashboardStatuses
public LimitInfo HourlyDashboardStatuses { get; set; }
Property Value
HourlyODataCallout
public LimitInfo HourlyODataCallout { get; set; }
Property Value
HourlySyncReportRuns
public LimitInfo HourlySyncReportRuns { get; set; }
Property Value
HourlyTimeBasedWorkflow
public LimitInfo HourlyTimeBasedWorkflow { get; set; }
Property Value
MassEmail
Daily number of mass emails that are sent to external email addresses by using Apex or Force.com APIs
public LimitInfo MassEmail { get; set; }
Property Value
SingleEmail
Daily number of single emails that are sent to external email addresses by using Apex or Force.com APIs
public LimitInfo SingleEmail { get; set; }
Property Value
StreamingApiConcurrentClients
public LimitInfo StreamingApiConcurrentClients { get; set; }