brandon14/ebay-sdk-php

View on GitHub
src/Buy/Feed/V1/docs/Model/FileMetadata.md

Summary

Maintainability
Test Coverage
# # FileMetadata

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**access** | **string** | Indicates whether the application is permitted to access the feed file. One of <code>ALLOWED</code> or <code>RESTRICTED</code>. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/buy/feed/types/api:AccessEnum'>eBay API documentation</a> | [optional]
**dimensions** | [**\TNT\Ebay\Buy\Feed\V1\Model\Dimension[]**](Dimension.md) | An array of dimensions supported by the corresponding feed file. <br /><br />Currently the only dimension available is <b>CATEGORY</b>.<br /><br /><b>Example:</b><BR /><code>"dimensionKey": "CATEGORY",<br />&quotvalues": ["15032"] | [optional]
**feed_date** | **string** | The date on which the feed was created. <br /><br /><b>Format:</b> UTC format <code>(yyyy-MM-ddThh:00:00.000Z)</code>. | [optional]
**feed_scope** | **string** | Specifies the frequency with which the feed file is made available (<code>HOURLY</code>, <code>DAILY</code>, <code>WEEKLY</code>).<br /><br />Currently only <code>DAILY</code> is supported. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/buy/feed/types/api:FeedScopeEnum'>eBay API documentation</a> | [optional]
**feed_type_id** | **string** | The unique identifier of the feed type.<br /><br /><span class=\"tablenote\"><span style=\"color:#004680\"><strong>Note:</strong></span> Refer to <a href=\"/api-docs/buy/feed/v1/static/overview.html#feed-types\" target=\"_blank\">Supported feed types</a> for additional details.</span> | [optional]
**file_id** | **string** | The file's unique identifier. This <b>fileid</b> is used to select the feed file when using the <b>downloadFile</b> method. | [optional]
**format** | **string** | Format of the returned feed file. Currently only TSV is supported. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/buy/feed/types/api:FormatEnum'>eBay API documentation</a> | [optional]
**marketplace_id** | **string** | The eBay marketplace identifier for the marketplace(s) to which the feed applies.<br /><br /><b>Example:</b> <code>EBAY_UK</code>. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/buy/feed/types/bas:MarketplaceIdEnum'>eBay API documentation</a> | [optional]
**schema_version** | **string** | Version of the API schema under which the feed was created. | [optional]
**size** | **int** | Size of the feed file in bytes. | [optional]
**span** | [**\TNT\Ebay\Buy\Feed\V1\Model\TimeDuration**](TimeDuration.md) |  | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)