ElasticSearchTargetApiKey Property

API Key (用於 ApiKey Authentication)

Definition

Namespace: eBizprise.Framework.Log.ElasticSearch
Assembly: eBizprise.Framework.Log.LogHelper.ElasticSearch (in eBizprise.Framework.Log.LogHelper.ElasticSearch.dll) Version: 25.0.0.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
C#
public string ApiKey { get; set; }

Property Value

String

Remarks

當同時設定 ApiKeyId 和 ApiKey 時,將優先使用 ApiKey 認證而非 Basic Authentication

See Also