FileTransferActivity
The FileTransferActivity object represents an instance of a file transfer activity within an account. Use the perform method on an existing file transfer activity. To start a FileTransferActivity using the perform method, you need the Interactions | Activities | File Transfer | Start permission.
Name | Data Type | Description |
---|---|---|
Client | ClientID | Specifies the account ownership and context of an object. |
CorrelationID | xsd | Identifies correlation of objects across several requests. |
CreatedDate | xsd | Read-only date and time of the object's creation. |
CustomerKey | xsd | User-supplied unique identifier for an object within an object type. This property corresponds to the external key assigned to an object. |
Description | xsd | Describes and provides information regarding the object. |
ID | xsd | Read-only identifier for an object. Some objects use the ObjectID property as a unique ID. |
InteractionObjectID | xsd | Returns associated ID for activities within the asynchronous process of the overall conversation or program. |
Keyword | xsd | Reserved for future use. |
ModifiedDate | Nullable`1 | Indicates the last time object information was modified. |
Name | xsd | Name of the object or property. |
ObjectID | xsd | System-controlled, read-only text string identifier for object. |
ObjectState | xsd | Reserved for future use. |
Owner | Owner | Describes account ownership of subscriber in an on-your-behalf account. |
PartnerKey | xsd | Unique identifier provided by partner for an object. This property is accessible only via API. |
PartnerProperties | APIProperty[] | A collection of metadata supplied by the client and stored by the system. These properties are accessible only via API. |
The PartnerProperties property on this object accepts the following value and data types:
Value | Data Type |
---|---|
FileTransferLocationKey | string |
FileTransferLocationID | GUID |
PublicKeyManagementKey | string |
PublicKeyManagementId | int |
FileTransferActivityID | GUID |
ClientID | int |
OwnerID | int |
Name | string |
Description | string |
CustomerKey | string |
FileSpec | string |
IsActive | bool |
IsEncrypted | bool |
IsCompressed | bool |
IsSigned | bool |
Retries | int |
RetryInterval | int |
MaxFileAge | int |
MaxFileAgeScheduleOffset | int |
MaxImportFrequency | int |
CreatedBy | int |
CreatedDate | datetime |
ModifiedBy | int |
ModifiedDate | datetime |
IsSequential | bool |
IsSuccessfulWithoutFile | bool |
IsUpload | bool |
IsPgp | bool |
MaxAgeUnit | FileTransferActivityMaxAgeUnit enumeration |
Currently, 0-Hour is the only valid enumeration for MaxAgeUnit. The PartnerProperties property on this object in a Perform call accepts the following value and data types:
Value | Data Type |
---|---|
Type | string |
SourceResourceSpec | string |
IsCompressed | bool |
OutputFilename | string |
IsEncrypted | bool |
Encrypt | string |
EncryptionKey | string |