SPClientRequestServiceSettings members
Represents settings that control behaviors of the Windows Communication Foundation (WCF) service, client.svc, which provides the client object model.
The SPClientRequestServiceSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPClientRequestServiceSettings | Initializes a new instance of the [Microsoft.SharePoint.Administration.SPClientRequestServiceSettings] class. |
Top
Properties
Name | Description | |
---|---|---|
ExecutionTimeVerboseLoggingThreshold | The threshold of execution time for verbose logging. The value is in milliseconds. | |
MaxParseMessageSize | The max size in bytes of the message to be parsed. When its value is greater than zero, it's value will be used when the server needs to parse the request message. The value of MaxParseMessageSize could be different from MaxReceivedMessageSize. For example, when client uses CSOM to upload some files. The CSOM XML message size will be limited to MaxParseMessageSize. The total message, including the CSOM XML message and the file binary message, will be limited to MaxReceivedMessageSize. | |
MaxReceivedMessageSize | Gets or sets the maximum received message size in bytes for the WCF service of the client object model (client.svc). | |
SqlQueryVerboseLoggingThreshold | The threshold of number of SQL queries for verbose logging. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top