Enumeration AuditLogServiceEncoding

AuditLogServiceEncodingは、操作履歴ファイルのエンコーディング形式(文字コード)を表します。
このフィールドは、省略可能となります。その際、デフォルト値はSJISとなります。
AuditLogServiceEncoding describes the encoding type (character encoding) for Operation History file.
This field is optional. The default value will be SJIS.
SJIS
SJIS形式です。SJIS
UTF8
UTF8形式です。UTF8
UTF8_BOM
UTF8形式(BOM付き)です。※現在利用できませんUTF8(with BOM) * Not Available.
UTF16LE
UTF16LEです。※現在利用できませんUTF16LE * Not Available.
UNKNOWN
未知の値です。Unknown Value

Enumeration Members

Enumeration Members

Sjis: "SJIS"
Unknown: "UNKNOWN"
Utf16Le: "UTF16LE"
Utf8: "UTF8"
Utf8Bom: "UTF8_BOM"