public class BagMetadata extends Object
bagit.txt.
Reserved, but optional, metadata elements for inclusion in the Bag Metadata bag-info.txt.
https://www.rfc-editor.org/rfc/rfc8493.html#section-2.1.1
https://www.rfc-editor.org/rfc/rfc8493.html#section-2.2.2| Modifier and Type | Field and Description |
|---|---|
static String |
BAG_COUNT
Two numbers separated by "of", in particular, "N of T", where T is the total number of bags in a group of bags
and N is the ordinal number within the group.
|
static String |
BAG_GROUP_IDENTIFIER
A sender-supplied identifier for the set, if any, of bags to which it logically belongs.
|
static String |
BAG_SIZE
The size or approximate size of the bag being transferred, followed by an abbreviation such as MB (megabytes), GB
(gigabytes), or TB (terabytes): for example, 42600 MB, 42.6 GB, or .043 TB.
|
static String |
BAGGING_DATE
Date (YYYY-MM-DD) that the content was prepared for transfer.
|
static String |
BAGIT_VERSION
Identifies the BagIt major (M) and minor (N) version numbers
|
static String |
CONTACT_EMAIL
Fully qualified email address of person or position responsible.
|
static String |
CONTACT_NAME
Person at the source organization who is responsible for the content transfer.
|
static String |
CONTACT_PHONE
International format telephone number of person or position responsible.
|
static String |
EXTERNAL_DESCRIPTION
A brief explanation of the contents and provenance.
|
static String |
EXTERNAL_IDENTIFIER
A sender-supplied identifier for the bag.
|
static String |
INTERNAL_SENDER_DESCRIPTION
A sender-local explanation of the contents and provenance.
|
static String |
INTERNAL_SENDER_IDENTIFIER
An alternate sender-specific identifier for the content and/or bag.
|
static String |
ORGANIZATION_ADDRESS
Mailing address of the source organization.
|
static String |
PAYLOAD_OXUM
The "octetstream sum" of the payload, which is intended for the purpose of quickly detecting incomplete bags
before performing checksum validation.
|
static String |
SOURCE_ORGANIZATION
Organization transferring the content.
|
static String |
TAG_FILE_ENCODING
Identifies the character set encoding used by the remaining tag files.
|
| Constructor and Description |
|---|
BagMetadata() |
public static final String BAGIT_VERSION
public static final String TAG_FILE_ENCODING
public static final String SOURCE_ORGANIZATION
public static final String ORGANIZATION_ADDRESS
public static final String CONTACT_NAME
public static final String CONTACT_PHONE
public static final String CONTACT_EMAIL
public static final String EXTERNAL_DESCRIPTION
public static final String BAGGING_DATE
public static final String EXTERNAL_IDENTIFIER
public static final String BAG_SIZE
public static final String PAYLOAD_OXUM
public static final String BAG_GROUP_IDENTIFIER
public static final String BAG_COUNT
public static final String INTERNAL_SENDER_IDENTIFIER
public static final String INTERNAL_SENDER_DESCRIPTION
Copyright © 2019. All rights reserved.