Class TransferJobTransferSpecObjectConditions
Inheritance
System.Object
TransferJobTransferSpecObjectConditions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Storage.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TransferJobTransferSpecObjectConditions
Fields
View SourceExcludePrefixes
exclude_prefixes must follow the requirements described for include_prefixes. See Requirements.
Declaration
public readonly ImmutableArray<string> ExcludePrefixes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
IncludePrefixes
If include_refixes is specified, objects that satisfy the object conditions must have names that start with one of the include_prefixes and that do not start with any of the exclude_prefixes. If include_prefixes is not specified, all objects except those that have names starting with one of the exclude_prefixes must satisfy the object conditions. See Requirements.
Declaration
public readonly ImmutableArray<string> IncludePrefixes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
MaxTimeElapsedSinceLastModification
A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
Declaration
public readonly string MaxTimeElapsedSinceLastModification
Field Value
| Type | Description |
|---|---|
| System.String |
MinTimeElapsedSinceLastModification
A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
Declaration
public readonly string MinTimeElapsedSinceLastModification
Field Value
| Type | Description |
|---|---|
| System.String |