SPRemoteBlobStorageSettings Members

Include Protected Members
Include Inherited Members

For internal use only.

The SPRemoteBlobStorageSettings type exposes the following members.

Constructors

  Name Description
Public method SPRemoteBlobStorageSettings Initializes a new instance of the class.

Top

Properties

  Name Description
Public property ActiveProviderName The name of the SQL Remote Blob Storage provider new files will be stored in. This will be null if new files will not be stored using SQL Remote Blob storage.
Public property Enabled Allocates resources required to use Remote Blob Storage.
Public property MinimumBlobStorageSize Minimum size a blob may be to be considered storage worthy.
Public property UpgradedPersistedProperties Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.)

Top

Methods

  Name Description
Public method Disable Frees resources required to use Remote Blob Storage.
Public method Enable Allocates resources required to use Remote Blob Storage.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.)
Public method GetProviderNames Lists the names of the SQL Remote Blob Storage providers registered on the content database.
Public method GetType (Inherited from Object.)
Public method Installed Checks to see if SQL Remote Blob Storage is installed on the content database, updating the value of the Installed property if needed.
Protected method MemberwiseClone (Inherited from Object.)
Public method Migrate Finds content in a non-default storage location and moves it to the default.
Protected method OnDeserialization Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.)
Public method SetActiveProviderName Sets the name of the SQL Remote Blob Storage provider to use. This must be one of the names listed by GetProviderNames() or null.
Public method ToString (Inherited from Object.)
Protected method UpdateParent Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.)

Top

See Also

Reference

SPRemoteBlobStorageSettings Class

Microsoft.SharePoint.Administration Namespace