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 |
---|
![Public method Public method](http://sobekrepository.org/design/webcontent/codehelp/icons/pubmethod.gif) | Add_Metadata_Format | Adds a metadata format to this repository information object |
![Public method Public method](http://sobekrepository.org/design/webcontent/codehelp/icons/pubmethod.gif) | Add_Set | Adds a new metadata set to this repository information object |
Properties
| Name | Description |
---|
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Admin_Email | Administrative email address for the repository |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Base_URL | Base URL as identified by the repository |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Deleted_Record | Information on how deleted records are handled in this repository |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Delimiter | Identifier delimiter from the repositories identify response |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Earliest_Date_Stamp | Earliest data stamp for resources within this repository |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Granularity | Information on granularity in this repository |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Harvested_URL | URL from which all the data was harvested for this repository |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Is_Valid | Flag indicates if the repository appears valid, based on the identify response |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Metadata_Formats | Gets the list of metadata formats which this repository supports |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Name | Name of the repository, as identified by the respository |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Protocol_Version | Protocol version statement for this repository ( version 1 or 2 ) |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Repository_Identifier | Identifier for the repository, as identified by the repository |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Sample_Identifier | Sample identifier from the repositories identify response |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Sets | Gets the list of all sets which are a part of this repository |
See Also