共用方式為


SPWebService.LargeFileChunkSize property

取得或設定的前端網頁伺服器寫入內容資料庫中的單一寫入作業的資料數量上限。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property LargeFileChunkSize As Integer
    Get
    Set
'用途
Dim instance As SPWebService
Dim value As Integer

value = instance.LargeFileChunkSize

instance.LargeFileChunkSize = value
public int LargeFileChunkSize { get; set; }

Property value

Type: System.Int32
可以在單一操作中寫入的位元組數目上限。預設值為位元組。

備註

如果使用者上傳的檔案,超過此屬性的值,它會寫入至多個相關寫入作業中的內容資料庫。超過限制,額外的資料會儲存在前端網頁伺服器的磁碟上,直到它會寫入至資料庫。

請參閱

參照

SPWebService class

SPWebService members

Microsoft.SharePoint.Administration namespace