Click or drag to resize

SdkConfigurationPersistentStateSqliteDatabaseFilename Property

Filename for the Sqlite database file

Namespace: Sportradar.SDK.Services.SdkConfiguration
Assembly: SdkConfiguration (in SdkConfiguration.dll) Version: 2.28.0.0
Syntax
C#
public string SqliteDatabaseFilename { get; set; }

Property Value

String
Remarks
By default "sdkstate.db" is used as the filename
See Also