Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2668033

Browse files
authored
Apply suggestions from code review
1 parentfaddb03 commit2668033

File tree

1 file changed

+7
-7
lines changed
  • src/connections/sources/catalog/libraries/server/csharp

1 file changed

+7
-7
lines changed

‎src/connections/sources/catalog/libraries/server/csharp/index.md‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ To get started with the Analytics-CSharp library:
6060
| `writeKey`*required*|ThisisyourSegmentwritekey.|
6161
| `flushAt`|Thedefaultissetto `20`. <br>ThecountofeventsatwhichSegmentflushesevents.|
6262
| `flushInterval`|Thedefaultissetto `30` (seconds). <br>TheintervalinsecondsatwhichSegmentflushesevents.|
63-
| `defaultSettings`|Defaultsetto `{}`.<br>Thesettingsobjectusedasfallbackincaseofnetworkfailure.|
64-
| `autoAddSegmentDestination`|Defaultsetto `true`.<br>ThisautomaticallyaddstheSegmentDestinationplugin.Youcansetthisto `false`ifyouwanttomanuallyaddtheSegmentDestinationplugin.|
65-
| `apiHost`|Defaultsetto `api.segment.io/v1`.<br>ThissetsadefaultAPIHosttowhichSegmentsendsevents.|
66-
| `cdnHost`|Defaultsetto `cdn-settings.segment.com/v1`.<br>ThissetadefaultcdnHosttowhichSegmentfetchessettings.|
67-
| `analyticsErrorHandler`|Defaultsetto `null`.<br>Thissetanerrorhandlertohandleerrorshappenedinanalytics|
68-
| `storageProvider`|Defaultsetto `DefaultStorageProvider`.<br>Thissethowyouwantyourdatatobestored.<br>`DefaultStorageProvider`isusedbydefaultwhichstoresdatatolocalstorage. `InMemoryStorageProvider`isalsoprovidedinthelibrary.<br>Youcanalsowriteyourownstoragesolutionbyimplementing `IStorageProvider`and `IStorage`|
69-
| `httpClientProvider`|Defaultsetto `DefaultHTTPClientProvider`.<br>Thissetahttpclientproviderfor analytics use to do network activities. The default provider uses System.Net.Http for network activities. |
63+
| `defaultSettings`|Thedefaultissetto `{}`. <br>Thesettingsobjectusedasfallbackincaseofnetworkfailure.|
64+
| `autoAddSegmentDestination`|Thedefaultissetto `true`. <br>ThisautomaticallyaddstheSegmentDestinationplugin.Youcansetthisto `false`ifyouwanttomanuallyaddtheSegmentDestinationplugin.|
65+
| `apiHost`|Thedefaultissetto `api.segment.io/v1`. <br>ThissetsadefaultAPIHosttowhichSegmentsendsevents.|
66+
| `cdnHost`|Thedefaultissetto `cdn-settings.segment.com/v1`. <br>ThissetsadefaultcdnHosttowhichSegmentfetchessettings.|
67+
| `analyticsErrorHandler`|Thedefaultissetto `null`. <br>Thissetsanerrorhandlertohandleerrorshappenedinanalytics.|
68+
| `storageProvider`|Thedefaultissetto `DefaultStorageProvider`. <br>Thissetshowyouwantyourdatatobestored. `DefaultStorageProvider`isusedbydefaultwhichstoresdatatolocalstorage. `InMemoryStorageProvider`isalsoprovidedinthelibrary.Youcanalsowriteyourownstoragesolutionbyimplementing `IStorageProvider`and `IStorage`.|
69+
| `httpClientProvider`|Thedefaultissetto `DefaultHTTPClientProvider`. <br>Thissetsahttpclientproviderforanalyticsusetodonetworkactivities.ThedefaultproviderusesSystem.Net.Httpfornetworkactivities.|
7070
| `flushPolicies`|Defaultsetto `null`.<br>Thissetcustomflushpoliciestotellanalyticswhenandhowtoflush.Bydefault,itconverts `flushAt`and `flushInterval`to `CountFlushPolicy`and `FrequencyFlushPolicy`.Ifavalueisgiven,itoverwrites `flushAt`and `flushInterval`.|
7171

7272
## Tracking Methods

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp