Limits members

This object, member, or enumeration is deprecated and is not intended to be used in your code.  SharePoint 2013 includes the following APIs for working with feeds: .NET client, JavaScript, REST, and server. See Work with social feeds in SharePoint 2013 to choose the API for your specific feed-related programming tasks.  

The Limits type exposes the following members.

Constructors

  Name Description
Public method Limits

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member MAX_ActivitiesPerUserDisplayed Max-number of activities allowed per user in the UI.
Public fieldStatic member MAX_ActivitiesPerUserStored Max-number of activities allowed per user in the store. The cleanup job will delete extras even if their expiry time is not up.
Public fieldStatic member MAX_BatchSizeRead Max-Number of news feed items to get in a batch
Public fieldStatic member MAX_BatchSizeWrite Max-Number of news feed items to set in a batch
Public fieldStatic member MAX_DateYear
Public fieldStatic member MAX_DescriptionSize Max-Size of a DESCRIPTION item in a feed.
Public fieldStatic member MAX_EventsPerBatch Max-Number of change log events to proess in one batch: cannot be greater than Max_BatchSizeWrite.
Public fieldStatic member MAX_EventsPerFeedJobRun Max-Number of change long events to process in one Gatherer run: cannot be smaller than Max_BatchSizeEvents.
Public fieldStatic member MAX_IconHeightPixels
Public fieldStatic member MAX_IconWidthPixels
Public fieldStatic member MAX_LinkSize Max-Size of a LINK or URL item in a feed.
Public fieldStatic member MAX_NameSize Max-Size of a NAME item in a feed.
Public fieldStatic member MAX_PictureHeightPixels
Public fieldStatic member MAX_PictureWidthPixels
Public fieldStatic member MAX_PropertyValueSizeInFeed Max-size of a value of a property in a feed (not on disk). After this, ellipsis will be used.
Public fieldStatic member MAX_RollupSize Max-Length of a LIST item. We will trim beyond this many items.
Public fieldStatic member MAX_SecondsIntoPast
Public fieldStatic member MAX_SecondsPerMonth
Public fieldStatic member MAX_SecondsPerYear
Public fieldStatic member MAX_TemplateSize Max-size of a template that can format a variable in a feed.
Public fieldStatic member MAX_TemplateVariableSize Max-size of a variable in a feed.
Public fieldStatic member MAX_TextSize Max-Size of a Free-Form TEXT item in a feed.
Public fieldStatic member MAX_UsersPerGathererRun Max-Number of users whose changes can be processed in one run of a gatherer
Public fieldStatic member MIN_DateYear
Public fieldStatic member MIN_RollupSize Min-Length of a LIST item. We will at least put these many into a list.
Public fieldStatic member SecondsPerDay
Public fieldStatic member SecondsPerHour
Public fieldStatic member SecondsPerWeek

Top

See also

Reference

Limits class

Microsoft.Office.Server.ActivityFeed namespace