You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Firebase/Offline/RealtimeDatabase.cs
+13-12
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,10 @@ public partial class RealtimeDatabase<T> : IDisposable where T : class
43
43
/// <param name="elementRoot"> The element Root. </param>
44
44
/// <param name="offlineDatabaseFactory"> The offline database factory. </param>
45
45
/// <param name="filenameModifier"> Custom string which will get appended to the file name. </param>
46
-
/// <param name="streamChanges"> Specifies whether changes should be streamed from the server. </param>
47
-
/// <param name="pullEverythingOnStart"> Specifies if everything should be pull from the online storage on start. It only makes sense when <see cref="streamChanges"/> is set to true. </param>
46
+
/// <param name="streamingOptions"> Specifies condition for which items get streamed. </param>
47
+
/// <param name="initialPullStrategy"> Specifies the strategy for initial pull of server data. </param>
48
48
/// <param name="pushChanges"> Specifies whether changed items should actually be pushed to the server. If this is false, then Put / Post / Delete will not affect server data. </param>
0 commit comments