OAI_Repository_Information Class
Basic information about an OAI-PMH repository which allows for
harvesting of OAI-PMH records either directly into a SobekCM library or
into METS files for loading
Namespace: SobekCM.Resource_Object.OAI.ReaderAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
public class OAI_Repository_Information |
Remarks
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Add_Metadata_Format | Adds a metadata format to this repository information object |
| Add_Set | Adds a new metadata set to this repository information object |
Properties
| Name | Description |
---|
| Admin_Email | Administrative email address for the repository |
| Base_URL | Base URL as identified by the repository |
| Deleted_Record | Information on how deleted records are handled in this repository |
| Delimiter | Identifier delimiter from the repositories identify response |
| Earliest_Date_Stamp | Earliest data stamp for resources within this repository |
| Granularity | Information on granularity in this repository |
| Harvested_URL | URL from which all the data was harvested for this repository |
| Is_Valid | Flag indicates if the repository appears valid, based on the identify response |
| Metadata_Formats | Gets the list of metadata formats which this repository supports |
| Name | Name of the repository, as identified by the respository |
| Protocol_Version | Protocol version statement for this repository ( version 1 or 2 ) |
| Repository_Identifier | Identifier for the repository, as identified by the repository |
| Sample_Identifier | Sample identifier from the repositories identify response |
| Sets | Gets the list of all sets which are a part of this repository |
See Also