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.3.0+6e92afb880fa099fdfe407c9aa8d1b17eaaf3625
C#
public string ApiKey { get; set; }

Property Value

String

Remarks

若同時設定 ApiKeyId 與 ApiKey 時,則優先使用 ApiKey 驗證而非 Basic Authentication

See Also