FuelSDK-CSharp
Public Member Functions | Properties | List of all members
FuelSDK.ETDataExtension Class Reference

ETDataExtension - Represents a data extension within an account. More...

Inheritance diagram for FuelSDK.ETDataExtension:
FuelSDK.DataExtension FuelSDK.APIObject FuelSDK.ET_DataExtension

Public Member Functions

PostReturn Post ()
 Post this instance. More...
 
PatchReturn Patch ()
 Patch this instance. More...
 
DeleteReturn Delete ()
 Delete this instance. More...
 
GetReturn Get ()
 Get this instance. More...
 
GetReturn GetMoreResults ()
 Gets more results. More...
 
InfoReturn Info ()
 Info of this instance. More...
 

Properties

int FolderID [get, set]
 Gets or sets the folder identifier. More...
 
ETDataExtensionColumn [] Columns [get, set]
 Gets or sets the columns. More...
 
- Properties inherited from FuelSDK.DataExtension
string Name [get, set]
 
string Description [get, set]
 
bool IsSendable [get, set]
 
bool IsSendableSpecified [get, set]
 
bool IsTestable [get, set]
 
bool IsTestableSpecified [get, set]
 
DataExtensionField SendableDataExtensionField [get, set]
 
Attribute SendableSubscriberField [get, set]
 
DataExtensionTemplate Template [get, set]
 
int DataRetentionPeriodLength [get, set]
 
bool DataRetentionPeriodLengthSpecified [get, set]
 
int DataRetentionPeriodUnitOfMeasure [get, set]
 
bool DataRetentionPeriodUnitOfMeasureSpecified [get, set]
 
bool RowBasedRetention [get, set]
 
bool RowBasedRetentionSpecified [get, set]
 
bool ResetRetentionPeriodOnImport [get, set]
 
bool ResetRetentionPeriodOnImportSpecified [get, set]
 
bool DeleteAtEndOfRetentionPeriod [get, set]
 
bool DeleteAtEndOfRetentionPeriodSpecified [get, set]
 
string RetainUntil [get, set]
 
DataExtensionField [] Fields [get, set]
 
DateTimeUnitOfMeasure DataRetentionPeriod [get, set]
 
bool DataRetentionPeriodSpecified [get, set]
 
long CategoryID [get, set]
 
bool CategoryIDSpecified [get, set]
 
string Status [get, set]
 
- Properties inherited from FuelSDK.APIObject
ETClient AuthStub [get, set]
 Gets or sets the authentication stub. More...
 
string [] Props [get, set]
 Gets or sets the properties. More...
 
FilterPart SearchFilter [get, set]
 Gets or sets the search filter. More...
 
string LastRequestID [get, set]
 Gets or sets the last request identifier. More...
 
string DirectoryPath [get, set]
 Gets or sets the directory path. More...
 
string UniqueID [get]
 Gets the unique identifier. Returns the ID if the value is greater than 0. If not and Object ID is not null returns Object ID. If not and Customer Key is not null returns Customer Key. If not throw throws error. More...
 
ClientID Client [get, set]
 
string PartnerKey [get, set]
 
APIProperty [] PartnerProperties [get, set]
 
System.DateTime CreatedDate [get, set]
 
bool CreatedDateSpecified [get, set]
 
System.Nullable< System.DateTime > ModifiedDate [get, set]
 
bool ModifiedDateSpecified [get, set]
 
int ID [get, set]
 
bool IDSpecified [get, set]
 
string ObjectID [get, set]
 
string CustomerKey [get, set]
 
Owner Owner [get, set]
 
string CorrelationID [get, set]
 
string ObjectState [get, set]
 

Detailed Description

ETDataExtension - Represents a data extension within an account.

Member Function Documentation

◆ Delete()

DeleteReturn FuelSDK.ETDataExtension.Delete ( )
inline

Delete this instance.

Returns
The T:FuelSDK.DeleteReturn object..

◆ Get()

GetReturn FuelSDK.ETDataExtension.Get ( )
inline

Get this instance.

Returns
The T:FuelSDK.GetReturn object..

◆ GetMoreResults()

GetReturn FuelSDK.ETDataExtension.GetMoreResults ( )
inline

Gets more results.

Returns
The T:FuelSDK.GetReturn object..

◆ Info()

InfoReturn FuelSDK.ETDataExtension.Info ( )
inline

Info of this instance.

Returns
The T:FuelSDK.InfoReturn object..

◆ Patch()

PatchReturn FuelSDK.ETDataExtension.Patch ( )
inline

Patch this instance.

Returns
The T:FuelSDK.PatchReturn object..

◆ Post()

PostReturn FuelSDK.ETDataExtension.Post ( )
inline

Post this instance.

Returns
The T:FuelSDK.PostReturn object.

Property Documentation

◆ Columns

ETDataExtensionColumn [] FuelSDK.ETDataExtension.Columns
getset

Gets or sets the columns.

The columns.

◆ FolderID

int FuelSDK.ETDataExtension.FolderID
getset

Gets or sets the folder identifier.

The folder identifier.


The documentation for this class was generated from the following file: