LocalEseStoreSettings.LogFileSizeInKB Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maps directly to JET_paramLogFileSize on the local ESE store.
public int LogFileSizeInKB { get; set; }
member this.LogFileSizeInKB : int with get, set
Public Property LogFileSizeInKB As Integer
Property Value
The log file size in KB.
Remarks
The specified log file size is only applied to newly created databases. Existing databases will continue to use the log file sizes they were created with if different from this setting.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET