Returns the count of existing, missing, or all JSON metadata records in a database.
public int GetCountMetadataJson(
MetadataScope scope
)
Public Function GetCountMetadataJson(
ByVal scope As MetadataScope
) As Integer
public:
Int32 GetCountMetadataJson(
MetadataScope^ scope
)
scope
An enumeration that specifies if the count is for existing, missing, or all JSON metadata records.
The count of existing, missing, or all JSON metadata records in a database.
The database contains
MetadataXml table that stores XML metadata for all instances
If scope is MetadataScope.All then GetCountMetadataJson returns the count of instances in the Instance table.
If scope is MetadataScope.Existing then GetCountMetadataJson returns (count of instances in the MetadataJson table)
If scope is MetadataScope.Missing then GetCountMetadataJson returns (count of instances in the Instance table) minus (count of instances in the MetadataJson table)
For an example, refer to IStorageDataAccessAgent4.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document