DeliveryOptimizationFileProperty 열거형
DeliveryOptimizationFileProperty 열거형은 배달 최적화 파일에 대한 선택적 속성의 ID를 지정합니다. 이 열거형은 VARIANT 형식의 속성 값이 전달되는 IDeliveryOptimizationFile2 인터페이스에서 사용됩니다.
Syntax
typedef enum _DeliveryOptimizationFileProperty {
DOFilePropertyId_DecryptionInfo,
DOFilePropertyId_IntegrityCheckInfo,
DOFilePropertyId_IntegrityCheckMandatory,
DOFilePropertyId_DownloadSinkInterface,
DOFilePropertyId_DownloadSinkFilePath,
DOFilePropertyId_DownloadSinkMemoryStream,
DOFilePropertyId_TotalSizeBytes
} DOFilePropertyId;
상수
-
DOFilePropertyId_DecryptionInfo
-
DOFilePropertyId_DecryptionInfo 속성 ID는 암호 해독 정보를 JSON 문자열 형식으로 설정합니다. DOFilePropertyId_DecryptionInfo VT_BSTR 형식의 쓰기 전용 속성입니다.
-
DOFilePropertyId_IntegrityCheckInfo
-
DOFilePropertyId_IntegrityCheckInfo 속성 ID는 배달 최적화에서 다운로드한 콘텐츠에 대한 런타임 무결성 검사를 수행하는 데 사용되는 PHF(조각 해시 파일) 위치를 설정합니다. DOFilePropertyId_IntegrityCheckInfo VT_BSTR 형식의 쓰기 전용 속성입니다.
-
DOFilePropertyId_IntegrityCheckMandatory
-
DOFilePropertyId_IntegrityCheckMandatory 속성 ID는 PHF 사용이 필수인지 여부를 나타내는 부울 플래그를 설정합니다. TRUE이면 무결성 검사 실패하면 다운로드가 중단됩니다. DOFilePropertyId_IntegrityCheckMandatory VT_BOOL 형식의 읽기/쓰기 속성입니다.
-
DOFilePropertyId_DownloadSinkFilePath
-
DOFilePropertyId_DownloadSinkFilePath 속성 ID는 배달 최적화에서 다운로드한 부분을 저장해야 하는 정규화된 파일 시스템 위치를 설정합니다. DOFilePropertyId_DownloadSinkFilePath VT_BSTR 형식입니다.
-
DOFilePropertyId_DownloadSinkMemoryStream
-
DOFilePropertyId_DownloadSinkMemoryStream 속성 ID는 더 이상 사용되지 않습니다. 사용하지 마십시오.
-
DOFilePropertyId_TotalSizeBytes
-
DOFilePropertyId_TotalSizeBytes 속성 ID는 총 다운로드 크기를 지정합니다. DOFilePropertyId_TotalSizeBytes VT_UI8 형식입니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 |
Windows 10 버전 1803 [데스크톱 앱만 해당] |
지원되는 최소 서버 |
Windows Server 버전 1709 [데스크톱 앱만 해당] |
헤더 |
|